diff options
Diffstat (limited to 'tox/__init__.py')
-rw-r--r-- | tox/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/__init__.py b/tox/__init__.py index e0bff5a..7e71062 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.0.0.dev2' +__version__ = '2.0.0.dev4' from .hookspecs import hookspec, hookimpl # noqa |