summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-01-30 19:53:23 +0100
committerholger krekel <holger@merlinux.eu>2013-01-30 19:53:23 +0100
commitbf350ab5a804e486023b7047e7dc940e739289b4 (patch)
tree84038ea6bf686207986299a7aaa6598c799f5927 /setup.py
parent16e444752165f09e651d92e4bcea25db92bfb87b (diff)
downloadtox-bf350ab5a804e486023b7047e7dc940e739289b4.tar.gz
- new --installpkg option
- move venv status to VirtualEnv instance.
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 4df020f..49c2b54 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=long_description,
url='http://tox.testrun.org/',
- version='1.4.3.dev3',
+ version='1.4.3.dev5',
license='GPLv2 or later',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',