summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-06-04 05:24:22 +0200
committerSebastien Martini <seb@dbzteam.org>2010-06-04 05:24:22 +0200
commitec5a9f42c0e79d2017818cc2f522efd61cbc7952 (patch)
tree39e95bf8afbd9893be488009c3a82cfbbfe8d26c
parent498fa909c3c58902ced1b527cd7ec54a8c8ea3a6 (diff)
downloadpyinotify-ec5a9f42c0e79d2017818cc2f522efd61cbc7952.tar.gz
Pyinotify 0.9.00.9.0
-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 0c3aa80..694dd4a 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -95,7 +95,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.8.9"
+__version__ = "0.9.0"
__metaclass__ = type # Use new-style classes by default
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index fda6107..c8d5cf4 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -95,7 +95,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.8.9"
+__version__ = "0.9.0"
# Compatibity mode: set to True to improve compatibility with
diff --git a/setup.py b/setup.py
index 555d33e..d3ad459 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ else:
setup(
name='pyinotify',
- version='0.8.9',
+ version='0.9.0',
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.9.tar.gz',
+ download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.0.tar.gz',
py_modules=['pyinotify'],
package_dir=package_dir,
packages=[''],