summaryrefslogtreecommitdiff
path: root/tox/__init__.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 /tox/__init__.py
parent7a67dfecc84c5e4592e751148aed3fb772ec55a2 (diff)
downloadtox-f893673691db90335d9f60434fbe7c3ba11a7a2c.tar.gz
bump to dev version
Diffstat (limited to 'tox/__init__.py')
-rw-r--r--tox/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/__init__.py b/tox/__init__.py
index 3ce3574..47b85e4 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.8.0'
+__version__ = '1.8.1.dev1'
class exception:
class Error(Exception):