diff options
author | Jannis Leidel <jannis@leidel.info> | 2011-07-21 18:51:57 +0200 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2011-07-21 18:51:57 +0200 |
commit | b8a7db81c5a7db7a970240b0c13001203d831311 (patch) | |
tree | 1eddf75f0cc23de4f9c4a89121965105610e5acc /setup.py | |
parent | 12f7b05fc4f46f7d7018b40e2f31615e385e3bc0 (diff) | |
parent | a9ef1c5e733ed16f80940f9525dc2cf555cc9e85 (diff) | |
download | virtualenv-1.6.4.tar.gz |
Merge branch 'hotfix/1.6.4'1.6.4
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.3", + version="1.6.4", description="Virtual Python Environment builder", long_description=long_description, classifiers=[ |