summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-10-10 01:57:11 +0000
committerianb <devnull@localhost>2007-10-10 01:57:11 +0000
commit48cb8dd6b4dda43ef517cf83ddf77ce98b06e210 (patch)
tree4041e94345229abdcd2a222101d876cd46388ce7 /setup.py
parent224e3a150269ba7d2af54ca95e644a856051ada6 (diff)
downloadwebtest-48cb8dd6b4dda43ef517cf83ddf77ce98b06e210.tar.gz
Auto-update of version strings
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 d9e9454..705fd97 100644
--- a/setup.py
+++ b/setup.py
@@ -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,