summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpython2/pyinotify.py2
-rwxr-xr-xpython3/pyinotify.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py
index 739f1e9..3e5fcd1 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -89,7 +89,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.1"
+__version__ = "0.9.2"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 891ff48..4d005ed 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -91,7 +91,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.1"
+__version__ = "0.9.2"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index 4106a73..1840ab6 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.1',
+ version='0.9.2',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',