summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-03-23 10:29:01 +0100
committerholger krekel <holger@merlinux.eu>2015-03-23 10:29:01 +0100
commitcc90343101ac3ccc3fa2ee3e1df6005adab1406e (patch)
tree401b302e8cdf44cff306ef2497cedda7ecc4f269 /setup.py
parent45b6cb01fabb210281de98fbaf2edcf02f4ac358 (diff)
downloadtox-cc90343101ac3ccc3fa2ee3e1df6005adab1406e.tar.gz
bump version
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 6dd80dd..48ede76 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.9.1',
+ version='1.9.2.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',