summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2016-12-16 20:44:04 +0100
committerGael Pasgrimaud <gael@gawel.org>2016-12-16 20:44:04 +0100
commita2420bbeb340680d21c953ab33db39e114d5e549 (patch)
tree243b010def3b1aaee393571cf3d35e400c99b7b1 /setup.py
parent64f62f1eaa8d41921b6d97958aefaf16a642036e (diff)
downloadwebtest-a2420bbeb340680d21c953ab33db39e114d5e549.tar.gz
Back to development: 2.0.25
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 e7f0add..0a97130 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'
+version = '2.0.25.dev0'
install_requires = [
'six',