summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-06-23 13:49:40 +0200
committerholger krekel <holger@merlinux.eu>2015-06-23 13:49:40 +0200
commit65b14b95087d2b0721fcd9e08fe6f2bc39258356 (patch)
tree45f0f27bd0cde11773134f628b6c018cd1d41a32 /setup.py
parentc2befbb6b0d7dbb7c58c09d47acc7b02a7729e7f (diff)
downloadtox-65b14b95087d2b0721fcd9e08fe6f2bc39258356.tar.gz
some fixes for detox, preparing 2.1.12.1.1
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 f82efb3..a72a5fc 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='2.1.0',
+ version='2.1.1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',