summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 15:27:54 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 15:27:54 +0200
commitf235a4cdae3c81be9b4c5d54b20416f5cff2c59e (patch)
tree94274524c33bb499cdce9100067c695c3d337b58
parent232a7fe51a46dca7baeddd4de3167ba80ad2ab03 (diff)
downloadpylock-f235a4cdae3c81be9b4c5d54b20416f5cff2c59e.tar
pylock-f235a4cdae3c81be9b4c5d54b20416f5cff2c59e.zip
pylock v3HEADv3master
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2ea88e6..9b4e7d2 100755
--- a/setup.py
+++ b/setup.py
@@ -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/',