diff options
| author | ianb <devnull@localhost> | 2007-10-10 01:57:11 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-10-10 01:57:11 +0000 |
| commit | 48cb8dd6b4dda43ef517cf83ddf77ce98b06e210 (patch) | |
| tree | 4041e94345229abdcd2a222101d876cd46388ce7 /setup.py | |
| parent | 224e3a150269ba7d2af54ca95e644a856051ada6 (diff) | |
| download | webtest-48cb8dd6b4dda43ef517cf83ddf77ce98b06e210.tar.gz | |
Auto-update of version strings
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.9' +version = '0.9.1' setup(name='WebTest', version=version, |
