From 83ea7310abf633902e8ee57d77aac71c92b78860 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 11 May 2015 12:39:05 +0200 Subject: bump version --- setup.py | 2 +- tox/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d00fa4c..663b47e 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='2.0.0.dev1', + version='2.0.0.dev2', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff --git a/tox/__init__.py b/tox/__init__.py index 5f3f3ad..e0bff5a 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.0.0.dev1' +__version__ = '2.0.0.dev2' from .hookspecs import hookspec, hookimpl # noqa -- cgit v1.2.1