summaryrefslogtreecommitdiff
path: root/tox/__init__.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-12 14:01:28 +0200
committerholger krekel <holger@merlinux.eu>2015-05-12 14:01:28 +0200
commit904844849ae03baab8d37b87267aed27c55e8db0 (patch)
tree40fffd7df8d2119ecb2b0c8710c65d2724ce63a3 /tox/__init__.py
parent7549cce84c52115e0b8f47737753698579a6ac0b (diff)
downloadtox-904844849ae03baab8d37b87267aed27c55e8db0.tar.gz
- store and show information about what is installed in each venv
- rename internal methods to accomodate the fact that we are not only installing sdist's
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 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