summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2015-01-09 22:15:58 +0100
committerSebastien Martini <seb@dbzteam.org>2015-01-09 22:15:58 +0100
commitf3ee9bb651654930f034d6001ffa9ba5f5c43b3d (patch)
treecf18ad2ae8cac39410c6be781ce0a84052487d83 /setup.py
parent859c834e111b28f0fd68686c826606bdb43e778c (diff)
downloadpyinotify-f3ee9bb651654930f034d6001ffa9ba5f5c43b3d.tar.gz
Release Pyinotify 0.9.50.9.5
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 b4f712e..bec0c61 100755
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ if compile_ext_mod or should_compile_ext_mod():
setup(
name='pyinotify',
- version='0.9.4',
+ version='0.9.5',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='seb@dbzteam.org',