summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-12-09 16:16:36 +0100
committerholger krekel <holger@merlinux.eu>2013-12-09 16:16:36 +0100
commit910045779225c9891fadff7c1a18572a02df20ae (patch)
tree04a7ac719eb78a73b8f45ee0c5bc3c2c43ff900b /setup.py
parentb0234b123c89bb51c306200a792d70a8d84ef872 (diff)
downloadtox-910045779225c9891fadff7c1a18572a02df20ae.tar.gz
bump to 1.7.0.dev1
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 2d0114c..ecce413 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.6.2.dev2',
+ version='1.7.0.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',