diff options
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() |