summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-02-01 15:49:05 +1100
committerRobert Collins <robertc@robertcollins.net>2010-02-01 15:49:05 +1100
commite659415fc6f0a437d475beb0e4655d03cefb5c18 (patch)
tree3b5eabc6d3cafe5413507753dd67d3ecfe2bf376 /setup.py
parent7b795c0b42770ec978805db3db3d1b99270e6e16 (diff)
parentcdfb53972b4c7c15c0060f90d8079b630d3421ee (diff)
downloadtestscenarios-e659415fc6f0a437d475beb0e4655d03cefb5c18.tar.gz
Merge patch from Ben Finney making tests with a shortDescription have that altered as well as the id.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8f71543..d974b0f 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="testscenarios",
- version="0.1",
+ version="0.2",
description="Testscenarios, a pyunit extension for dependency injection",
maintainer="Robert Collins",
maintainer_email="robertc@robertcollins.net",