diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ class install_pylock(distutils.command.install.install): distutils.core.setup( name = 'pylock', - version = '2', + version = '3', author = 'Matthias Schiffer', author_email = 'mschiffer@universe-factory.net', url = 'http://git.universe-factory.net/pylock/', |