From 5752a6f0cd7a93997ea7f3aca14c7cebb06fc795 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Thu, 24 Sep 2009 16:56:14 +0200 Subject: Pyinotify 0.8.7 --- pyinotify.py | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyinotify.py b/pyinotify.py index 7d671cc..409ce30 100755 --- a/pyinotify.py +++ b/pyinotify.py @@ -88,7 +88,7 @@ import asyncore __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.8.6" +__version__ = "0.8.7" __metaclass__ = type # Use new-style classes by default diff --git a/setup.py b/setup.py index f6cbd71..306f5a0 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ platform = get_platform() # check linux platform if not platform.startswith('linux'): - raise Exception, "inotify not available under %s" % platform + raise Exception, "inotify is not available under %s" % platform classif=[ 'Environment :: Console', @@ -33,7 +33,7 @@ classif=[ setup( name='pyinotify', - version='0.8.6', + version='0.8.7', 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.6.tar.gz', + download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.7.tar.gz', py_modules=['pyinotify'], ) -- cgit v1.2.1