summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-05-15 11:33:28 +0200
committerholger krekel <holger@merlinux.eu>2014-05-15 11:33:28 +0200
commit360ee98eae10511bb32c82997052ff1ab278033f (patch)
treed8b30b7e0fed866b427ec3992bc427f797d4ca19 /setup.py
parent23380da3f729a37106cc6ca2023429bdb547c780 (diff)
parent20de40c837b9616bb08c155fe108b61cc50cfae6 (diff)
downloadtox-360ee98eae10511bb32c82997052ff1ab278033f.tar.gz
Merged in cboylan/tox (pull request #85)
Fix command expansion and parsing.
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 5a61aa1..582d315 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.7.0',
+ version='1.7.1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',