diff options
author | holger krekel <holger@merlinux.eu> | 2014-07-15 09:53:42 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2014-07-15 09:53:42 +0200 |
commit | 115b02478074b554b8475fc60694007df7e9639b (patch) | |
tree | 5a2af2550121128765343ba4c3110758c607988d /setup.py | |
parent | d93a65559fcb8eb2b01a9b58afcef49e9592d27c (diff) | |
download | tox-git-1.7.2.tar.gz |
bump version and release 1.7.21.7.2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.dev1', + version='1.7.2', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', |