summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-03-24 07:56:53 +0100
committerholger krekel <holger@merlinux.eu>2015-03-24 07:56:53 +0100
commitcb9b7620e8fb497741462a032b239082c878d35a (patch)
treec2ce9c916778f1516ae2e620c4e6ad1473343d5e /setup.py
parent0dd01de79306ab9c691bf6fcb76b52bf2cc5f682 (diff)
downloadtox-cb9b7620e8fb497741462a032b239082c878d35a.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 e14f7aa..d3dda4d 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.2',
+ version='1.9.3.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',