summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-09-24 16:27:55 +0200
committerholger krekel <holger@merlinux.eu>2014-09-24 16:27:55 +0200
commitf893673691db90335d9f60434fbe7c3ba11a7a2c (patch)
treec93dda47c594fb3375e24a35a83d70e8a27bba1a /setup.py
parent7a67dfecc84c5e4592e751148aed3fb772ec55a2 (diff)
downloadtox-f893673691db90335d9f60434fbe7c3ba11a7a2c.tar.gz
bump to dev 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 3a9f9bc..9c79cd1 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.8.0',
+ version='1.8.1.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',