summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2016-12-16 20:43:48 +0100
committerGael Pasgrimaud <gael@gawel.org>2016-12-16 20:43:48 +0100
commit64f62f1eaa8d41921b6d97958aefaf16a642036e (patch)
tree630955a852a20c2d5f85351817e9af2671b95d49 /setup.py
parentd5f85ce15a6da6d8dc247c6dac52a98d288e4d0f (diff)
downloadwebtest-64f62f1eaa8d41921b6d97958aefaf16a642036e.tar.gz
Preparing release 2.0.242.0.24
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 53cf4f2..e7f0add 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import sys
from setuptools import setup
from setuptools import find_packages
-version = '2.0.24.dev0'
+version = '2.0.24'
install_requires = [
'six',