From e6373a7a2adfe7104f3cdbff2b18cfcc075e53cb Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Jul 2010 22:07:07 +0200 Subject: add sitepackages option and bump version number to the to-be-released 0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 80e0c3c6..4fdcd26a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://codespeak.net/tox', - version='0.7a2', + version='0.7', license='GPLv2 or later', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', -- cgit v1.2.1