diff options
| author | holger krekel <holger@merlinux.eu> | 2012-06-13 17:45:14 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2012-06-13 17:45:14 +0200 |
| commit | 54ff6232867201682a91412f129366ed26957df5 (patch) | |
| tree | f80581f8afc63452665420c379cce5296180230c /setup.py | |
| parent | 71fa823b03b5b0a19104bad9eb23e9038e1c86a4 (diff) | |
| download | tox-54ff6232867201682a91412f129366ed26957df5.tar.gz | |
bump version to 1.5.dev1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://codespeak.net/tox', - version='1.4', + version='1.5.dev1', license='GPLv2 or later', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', @@ -60,4 +60,4 @@ def main(): ) if __name__ == '__main__': - main() + main()
\ No newline at end of file |
