diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-02-16 22:50:18 +0100 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-02-16 22:50:18 +0100 |
| commit | d94636aa06fd9fba14aeb124659e9e6031640e0c (patch) | |
| tree | 3334d1e98b6e8465b60f79b663aa903299be5d24 /setup.py | |
| parent | 649ee5632cd5cc2fd878d639bd8bf6228860d435 (diff) | |
| download | virtualenv-d94636aa06fd9fba14aeb124659e9e6031640e0c.tar.gz | |
Updated to post1.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ f.close() setup(name='virtualenv', # If you change the version here, change it in virtualenv.py and # docs/conf.py as well - version="1.7.1.1", + version="1.7.1.1.post1", description="Virtual Python Environment builder", long_description=long_description, classifiers=[ |
