summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteffen Allner <sa@gocept.com>2016-06-20 18:13:37 +0200
committerSteffen Allner <sa@gocept.com>2016-06-20 18:13:37 +0200
commit59eeb645f38fff2828a0d9f0c72c4a2d39f638b6 (patch)
tree0bc1ae456c38b164b769bdde75b69c945941eb1a /setup.py
parent975d9c90c7e0739fa8f9ab79a6ac49dfa722450a (diff)
parentcef9d6b5edf6c40362b0cf40c81201f7092607c4 (diff)
downloadtox-hook/report-status.tar.gz
Merge from defaulthook/report-status
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 7662332..2cefdc8 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='2.3.2',
+ version='2.4.0.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',