summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-04-05 22:44:32 +0200
committerholger krekel <holger@merlinux.eu>2013-04-05 22:44:32 +0200
commitf710c7fdc4e4c128e39ad9e337fba83aafbb29d7 (patch)
tree66364573b98b625cadeb6795ea1807a92aa9e00f /setup.py
parentac45d5ed230b320d894a6d9786844dc943d91a65 (diff)
downloadtox-f710c7fdc4e4c128e39ad9e337fba83aafbb29d7.tar.gz
fix issue92 envsitepackagesdir to work correctly. Also fix the test.
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 b3b3812..2ad3ff2 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=long_description,
url='http://tox.testrun.org/',
- version='1.5.0.dev1',
+ version='1.5.dev6',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',