summaryrefslogtreecommitdiff
path: root/pyinotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyinotify.py')
-rwxr-xr-xpyinotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinotify.py b/pyinotify.py
index a9675cb..c23218e 100755
--- a/pyinotify.py
+++ b/pyinotify.py
@@ -88,7 +88,7 @@ import asyncore
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.8.7"
+__version__ = "0.8.8"
__metaclass__ = type # Use new-style classes by default