From b828a124bcf2310df7e2e7683b0902fcd78a08bf Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Thu, 15 Nov 2012 19:39:22 +0100 Subject: Released Pyinotify 0.9.4 --- 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 dd8169e..aa9c148 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -90,7 +90,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.3" +__version__ = "0.9.4" __metaclass__ = type # Use new-style classes by default diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 525c57d..f72fec1 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -92,7 +92,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.3" +__version__ = "0.9.4" # Compatibity mode: set to True to improve compatibility with diff --git a/setup.py b/setup.py index 1ab6a81..c318749 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ if compile_ext_mod or should_compile_ext_mod(): setup( name='pyinotify', - version='0.9.3', + version='0.9.4', description='Linux filesystem events monitoring', author='Sebastien Martini', author_email='seb@dbzteam.org', -- cgit v1.2.1