From 73f8a2e4fd6ebf7e0bf8e7b1511dddb7e95d2e38 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Tue, 19 Apr 2011 11:35:59 +0200 Subject: Bumped version number (0.9.2). --- python2/pyinotify.py | 2 +- python3/pyinotify.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python2/pyinotify.py b/python2/pyinotify.py index 739f1e9..3e5fcd1 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -89,7 +89,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.1" +__version__ = "0.9.2" __metaclass__ = type # Use new-style classes by default diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 891ff48..4d005ed 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -91,7 +91,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.1" +__version__ = "0.9.2" # Compatibity mode: set to True to improve compatibility with diff --git a/setup.py b/setup.py index 4106a73..1840ab6 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ if compile_ext_mod or should_compile_ext_mod(): setup( name='pyinotify', - version='0.9.1', + version='0.9.2', description='Linux filesystem events monitoring', author='Sebastien Martini', author_email='seb@dbzteam.org', -- cgit v1.2.1