diff options
| author | Sebastien Martini <seb@dbzteam.org> | 2011-12-20 15:03:31 +0100 |
|---|---|---|
| committer | Sebastien Martini <seb@dbzteam.org> | 2011-12-20 15:03:31 +0100 |
| commit | d5d471e58dd913c5740103fea53584d09bc80e5d (patch) | |
| tree | e46241f13b5b6a90a817cdcfbac6726f22a91226 /python2 | |
| parent | 423a45daec420dd8d916295d39cc2bcffb3e5290 (diff) | |
| download | pyinotify-d5d471e58dd913c5740103fea53584d09bc80e5d.tar.gz | |
Bumped version number, released Pyinotify 0.9.3.0.9.3
Diffstat (limited to 'python2')
| -rwxr-xr-x | python2/pyinotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py index a412317..894a869 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -90,7 +90,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.2" +__version__ = "0.9.3" __metaclass__ = type # Use new-style classes by default |
