summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-11-10 10:28:23 -0500
committerIan Bicking <ianb@colorstudy.com>2009-11-10 10:28:23 -0500
commit25c0f769524feaa840f10a04c5e9e101a729d17e (patch)
tree788dfb580a02ebe21ae74d27c721c8c707731818 /setup.py
parentcdde02b52ee68d83d2815611fd01ad544a9b2fcb (diff)
parent094d7a3c0584b6522958e2a0221cdac450fc9b04 (diff)
downloadvirtualenv-1.4.1.tar.gz
Automated merge with ssh://hg@bitbucket.org/ianb/virtualenv1.4.1
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 bd974d0..4f15976 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.4.post1'
+version = '1.4.1'
f = open(os.path.join(os.path.dirname(__file__), 'docs', 'index.txt'))
long_description = f.read().strip()