summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2012-11-15 19:39:22 +0100
committerSebastien Martini <seb@dbzteam.org>2012-11-15 19:39:22 +0100
commitb828a124bcf2310df7e2e7683b0902fcd78a08bf (patch)
treebf93d7057425084fc1b43291bae557ba20798eb4
parent11ba54ff2e1d6c00d8827eda35e2af28292b106d (diff)
downloadpyinotify-b828a124bcf2310df7e2e7683b0902fcd78a08bf.tar.gz
Released Pyinotify 0.9.40.9.4
-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 dd8169e..aa9c148 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -90,7 +90,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.3"
+__version__ = "0.9.4"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 525c57d..f72fec1 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -92,7 +92,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.3"
+__version__ = "0.9.4"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index 1ab6a81..c318749 100755
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.3',
+ version='0.9.4',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',