summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-11-30 12:54:46 +0100
committerJannis Leidel <jannis@leidel.info>2011-11-30 12:54:46 +0100
commit1405b48b1d6347ed350e40f5cd5df96c0836eb9e (patch)
treee6e62996f5678308831bd7b1a02bad8ecc2594f8 /setup.py
parentb8a7db81c5a7db7a970240b0c13001203d831311 (diff)
parent7002060f8fe2016e84ff0baf29cce0b44a1f9339 (diff)
downloadvirtualenv-1.7.tar.gz
Merge branch 'release/1.7'1.7
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 ae7c79b..6e6cdd8 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.6.4",
+ version="1.7",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[