summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2008-08-29 11:23:24 -0500
committerIan Bicking <ianb@colorstudy.com>2008-08-29 11:23:24 -0500
commitf0be1b2acf8af3bd3b4792c470209aba77fccbf1 (patch)
tree3675ba8f44b930c3e3139a69249aee2d18b89bd9 /setup.py
parent77d928a0817412d83f8f72968de39dd20db33a5c (diff)
downloadvirtualenv-1.2.tar.gz
[svn r3563] update versions for release1.2
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 43c0496..68c890b 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ except ImportError:
print 'Note: without Setuptools installed you will have to use "python -m virtualenv ENV"'
import sys, os
-version = '1.1.1'
+version = '1.2'
f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt'))
long_description = f.read().strip()