summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2015-06-04 17:28:48 +0200
committerSebastien Martini <seb@dbzteam.org>2015-06-04 17:28:48 +0200
commit2d716e5ceef8ade1a60eff0bac30de939afb2b8d (patch)
treebc0cf1c8124c61a24baa0fca7dea1ffae9ec9ca7
parente3e578310c4135212d4892b5a39807e31af3c91f (diff)
downloadpyinotify-2d716e5ceef8ade1a60eff0bac30de939afb2b8d.tar.gz
Bump version0.9.6
-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 9098640..3ccc4c1 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -95,7 +95,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.5"
+__version__ = "0.9.6"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 8ff7167..4eb03b0 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -92,7 +92,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.5"
+__version__ = "0.9.6"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index bec0c61..15d68ab 100755
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.5',
+ version='0.9.6',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',