summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-21 18:51:57 +0200
committerJannis Leidel <jannis@leidel.info>2011-07-21 18:51:57 +0200
commitb8a7db81c5a7db7a970240b0c13001203d831311 (patch)
tree1eddf75f0cc23de4f9c4a89121965105610e5acc /setup.py
parent12f7b05fc4f46f7d7018b40e2f31615e385e3bc0 (diff)
parenta9ef1c5e733ed16f80940f9525dc2cf555cc9e85 (diff)
downloadvirtualenv-1.6.4.tar.gz
Merge branch 'hotfix/1.6.4'1.6.4
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 56cd122..ae7c79b 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.3",
+ version="1.6.4",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[