summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2009-11-02 22:00:30 +0100
committerSebastien Martini <seb@dbzteam.org>2009-11-02 22:00:30 +0100
commit34194208955230dac697f2bc55ffb84308869fd2 (patch)
tree055fb921bab4d9520a49f8298f9b5bee3df648b1 /setup.py
parent729bcf3910aedabef7396c8f43a3480a43a96afa (diff)
downloadpyinotify-34194208955230dac697f2bc55ffb84308869fd2.tar.gz
Pyinotify 0.8.80.8.8
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
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'],
)