From 34194208955230dac697f2bc55ffb84308869fd2 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Mon, 2 Nov 2009 22:00:30 +0100 Subject: Pyinotify 0.8.8 --- pyinotify.py | 2 +- setup.py | 4 ++-- 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'], ) -- cgit v1.2.1