diff options
author | Ian Bicking <ianb@colorstudy.com> | 2009-11-06 17:22:48 -0600 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2009-11-06 17:22:48 -0600 |
commit | 27fa7e3a7860121ea5845bfb5b8db928ae343c67 (patch) | |
tree | ba7ecbdd63f635472afedafbbdcddbdddedf353e /setup.py | |
parent | c58ee0f6e3c1a354ef08d132a90e55815913a521 (diff) | |
download | virtualenv-1.4.tar.gz |
update version for release1.4
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |