From 7328cbbd408cd94c704ba6a932051ecce5751ba3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 10 Oct 2013 11:07:50 +0200 Subject: fix issue128: enable full substitution in install_command, thanks for the PR to Ronald Evers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9994e26..a8eb184 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.1', + version='1.6.2.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', -- cgit v1.2.1