summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2016-07-21 10:43:36 +0200
committerGael Pasgrimaud <gael@gawel.org>2016-07-21 10:43:36 +0200
commit5e97c87e9ff3af488c0b680f439f2a3cb4a818a9 (patch)
tree409ebd3848401146c62aae6f8da190efd95e1233 /setup.py
parent80315f3505e5c65300dab7ff2fb5c9df058d2e46 (diff)
downloadwebtest-5e97c87e9ff3af488c0b680f439f2a3cb4a818a9.tar.gz
Back to development: 2.0.23
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 42b6d12..1ee6b9b 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.22'
+version = '2.0.23.dev0'
install_requires = [
'six',