From 828831b7895d7b5c5dbfef63c56741b837059304 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Mon, 4 Jan 2010 11:44:33 +0100 Subject: [PATCH] Pyinotify 0.8.9 --- python2/pyinotify.py | 2 +- python3/pyinotify.py | 2 +- setup.py | 4 ++-- 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 @@ def __init__(self, version): __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 @@ def __init__(self, version): __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 @@ 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 @@ 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=[''],