summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-12-20 15:03:31 +0100
committerSebastien Martini <seb@dbzteam.org>2011-12-20 15:03:31 +0100
commitd5d471e58dd913c5740103fea53584d09bc80e5d (patch)
treee46241f13b5b6a90a817cdcfbac6726f22a91226 /setup.py
parent423a45daec420dd8d916295d39cc2bcffb3e5290 (diff)
downloadpyinotify-d5d471e58dd913c5740103fea53584d09bc80e5d.tar.gz
Bumped version number, released Pyinotify 0.9.3.0.9.3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f38f162..2c6e0f2 100755
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.2',
+ version='0.9.3',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',