diff options
author | Jannis Leidel <jannis@leidel.info> | 2011-11-30 12:54:46 +0100 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2011-11-30 12:54:46 +0100 |
commit | 1405b48b1d6347ed350e40f5cd5df96c0836eb9e (patch) | |
tree | e6e62996f5678308831bd7b1a02bad8ecc2594f8 /setup.py | |
parent | b8a7db81c5a7db7a970240b0c13001203d831311 (diff) | |
parent | 7002060f8fe2016e84ff0baf29cce0b44a1f9339 (diff) | |
download | virtualenv-1.7.tar.gz |
Merge branch 'release/1.7'1.7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[ |