summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-02-16 21:46:37 +0100
committerJannis Leidel <jannis@leidel.info>2012-02-16 21:46:37 +0100
commit7c5e2af85f567c50e15ab65745327207f3b62e08 (patch)
tree5dacbc0b3321d9f26ef57aa4793cc15b6376d63f /setup.py
parent1405b48b1d6347ed350e40f5cd5df96c0836eb9e (diff)
parent1607c9b632e39453bcca214af02be4c9cdba3799 (diff)
downloadvirtualenv-1.7.1.tar.gz
Merge branch 'release/1.7.1'1.7.1
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 6e6cdd8..ef02aa5 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",
+ version="1.7.1",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[