summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-11-06 17:22:48 -0600
committerIan Bicking <ianb@colorstudy.com>2009-11-06 17:22:48 -0600
commit27fa7e3a7860121ea5845bfb5b8db928ae343c67 (patch)
treeba7ecbdd63f635472afedafbbdcddbdddedf353e /setup.py
parentc58ee0f6e3c1a354ef08d132a90e55815913a521 (diff)
downloadvirtualenv-1.4.tar.gz
update version for release1.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 06f958a..ee6c57a 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.4rc1'
+version = '1.4'
f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt'))
long_description = f.read().strip()