diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:46:37 +0100 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:46:37 +0100 |
commit | 7c5e2af85f567c50e15ab65745327207f3b62e08 (patch) | |
tree | 5dacbc0b3321d9f26ef57aa4793cc15b6376d63f /setup.py | |
parent | 1405b48b1d6347ed350e40f5cd5df96c0836eb9e (diff) | |
parent | 1607c9b632e39453bcca214af02be4c9cdba3799 (diff) | |
download | virtualenv-1.7.1.tar.gz |
Merge branch 'release/1.7.1'1.7.1
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.7", + version="1.7.1", description="Virtual Python Environment builder", long_description=long_description, classifiers=[ |