summaryrefslogtreecommitdiff
path: root/python2/pyinotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'python2/pyinotify.py')
-rwxr-xr-xpython2/pyinotify.py2
1 files changed, 1 insertions, 1 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