summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-16 18:33:40 +0200
committerJannis Leidel <jannis@leidel.info>2011-07-16 18:33:40 +0200
commit12f7b05fc4f46f7d7018b40e2f31615e385e3bc0 (patch)
tree18c58525f1ccb03c1a67425030cc5c5c11fae2a9 /setup.py
parentf8038141962aa66116e5e37d250320579c7354a8 (diff)
parente0cf4e7cd7a8aa421f994c156dea7cb355ce2e84 (diff)
downloadvirtualenv-1.6.3.tar.gz
Merge branch 'hotfix/1.6.3'1.6.3
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 63dfa8f..56cd122 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.2",
+ version="1.6.3",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[