summaryrefslogtreecommitdiff
path: root/python2
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 /python2
parent11ba54ff2e1d6c00d8827eda35e2af28292b106d (diff)
downloadpyinotify-b828a124bcf2310df7e2e7683b0902fcd78a08bf.tar.gz
Released Pyinotify 0.9.40.9.4
Diffstat (limited to 'python2')
-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