summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-12-20 15:03:31 +0100
committerSebastien Martini <seb@dbzteam.org>2011-12-20 15:03:31 +0100
commitd5d471e58dd913c5740103fea53584d09bc80e5d (patch)
treee46241f13b5b6a90a817cdcfbac6726f22a91226
parent423a45daec420dd8d916295d39cc2bcffb3e5290 (diff)
downloadpyinotify-d5d471e58dd913c5740103fea53584d09bc80e5d.tar.gz
Bumped version number, released Pyinotify 0.9.3.0.9.3
-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 a412317..894a869 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -90,7 +90,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.2"
+__version__ = "0.9.3"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 2c87250..5194255 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -92,7 +92,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.2"
+__version__ = "0.9.3"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index f38f162..2c6e0f2 100755
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.2',
+ version='0.9.3',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',