summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-10-10 11:07:50 +0200
committerholger krekel <holger@merlinux.eu>2013-10-10 11:07:50 +0200
commit7328cbbd408cd94c704ba6a932051ecce5751ba3 (patch)
tree89b422b125c0cbd5160d286cd6e9036c4d056e9e /setup.py
parentc184d6045d8ef6851e03e2c733327151b5c286eb (diff)
downloadtox-7328cbbd408cd94c704ba6a932051ecce5751ba3.tar.gz
fix issue128: enable full substitution in install_command,
thanks for the PR to Ronald Evers
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 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',