diff --git a/setup.py b/setup.py index 3f1c0b4..2ea88e6 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ class install_pylock(distutils.command.install.install): distutils.core.setup( name = 'pylock', - version = '1', + version = '2', author = 'Matthias Schiffer', author_email = 'mschiffer@universe-factory.net', url = 'http://git.universe-factory.net/pylock/',