summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyinotify.py2
-rwxr-xr-xsetup.py4
2 files changed, 3 insertions, 3 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
diff --git a/setup.py b/setup.py
index 306f5a0..ab6a8b2 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ classif=[
setup(
name='pyinotify',
- version='0.8.7',
+ version='0.8.8',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='sebastien.martini@gmail.com',
@@ -41,6 +41,6 @@ setup(
platforms='Linux',
classifiers=classif,
url='http://trac.dbzteam.org/pyinotify',
- download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.7.tar.gz',
+ download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.8.tar.gz',
py_modules=['pyinotify'],
)