summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-01-04 11:44:33 +0100
committerSebastien Martini <seb@dbzteam.org>2010-01-04 11:44:33 +0100
commit828831b7895d7b5c5dbfef63c56741b837059304 (patch)
tree627d835e15a7809d4d4d40a5a5f93c9d8c645427
parentf1cf1ad77a4394cf04888a35d8b74c727e0d2a45 (diff)
downloadpyinotify-828831b7895d7b5c5dbfef63c56741b837059304.tar.gz
Pyinotify 0.8.90.8.9
-rwxr-xr-xpython2/pyinotify.py2
-rwxr-xr-xpython3/pyinotify.py2
-rwxr-xr-xsetup.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py
index 07b31c4..c80358e 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -95,7 +95,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.8.8"
+__version__ = "0.8.9"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 762ff9a..85f15bd 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -95,7 +95,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.8.8"
+__version__ = "0.8.9"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index f65da17..555d33e 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ else:
setup(
name='pyinotify',
- version='0.8.8',
+ version='0.8.9',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='sebastien.martini@gmail.com',
@@ -47,7 +47,7 @@ setup(
platforms='Linux',
classifiers=classif,
url='http://trac.dbzteam.org/pyinotify',
- download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.8.tar.gz',
+ download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.9.tar.gz',
py_modules=['pyinotify'],
package_dir=package_dir,
packages=[''],