summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 14:24:57 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-04-18 14:24:57 +0200
commit1e64259a0914f41fa5063dd95bc587ae1bd15b5b (patch)
tree8182b68218167956caa522dd575ce5029f8ce775
parent0164d236e868acaede0e5383fd0bbe6ac4200ac7 (diff)
downloadpylock-1e64259a0914f41fa5063dd95bc587ae1bd15b5b.tar
pylock-1e64259a0914f41fa5063dd95bc587ae1bd15b5b.zip
pylock v2v2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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/',