summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-02-16 22:50:18 +0100
committerJannis Leidel <jannis@leidel.info>2012-02-16 22:50:18 +0100
commitd94636aa06fd9fba14aeb124659e9e6031640e0c (patch)
tree3334d1e98b6e8465b60f79b663aa903299be5d24 /setup.py
parent649ee5632cd5cc2fd878d639bd8bf6228860d435 (diff)
downloadvirtualenv-d94636aa06fd9fba14aeb124659e9e6031640e0c.tar.gz
Updated to post1.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a51fd63..4f88ba8 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ f.close()
setup(name='virtualenv',
# If you change the version here, change it in virtualenv.py and
# docs/conf.py as well
- version="1.7.1.1",
+ version="1.7.1.1.post1",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[