summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-04-19 11:35:59 +0200
committerSebastien Martini <seb@dbzteam.org>2011-04-19 11:35:59 +0200
commit73f8a2e4fd6ebf7e0bf8e7b1511dddb7e95d2e38 (patch)
tree0067e3c507f24f330b1879a5f7680a6f378c780f
parente6c572746a3791f78fe6033dfc4c5d1992eb00ac (diff)
downloadpyinotify-73f8a2e4fd6ebf7e0bf8e7b1511dddb7e95d2e38.tar.gz
Bumped version number (0.9.2).0.9.2
-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',