summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-04-21 11:51:10 +0200
committerholger krekel <holger@merlinux.eu>2015-04-21 11:51:10 +0200
commitb38964389b2df20c166df11906d77a3f7d56ab76 (patch)
treeb5ae245140aea4867135b245d698316483348a4c /setup.py
parent5460ace40a08b880ebce23cee9d62f2d4999790f (diff)
downloadtox-b38964389b2df20c166df11906d77a3f7d56ab76.tar.gz
trying out isolating env variables
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 ec27f73..82c45db 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.9.3.dev1',
+ version='2.0.0.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',