summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2016-07-21 11:03:56 +0200
committerGael Pasgrimaud <gael@gawel.org>2016-07-21 11:03:56 +0200
commit905c5ad8628e7cde7d07acf5c7921760ee599f82 (patch)
tree8495da7e4aa5019a34883cbb5d832da0db4d661c /setup.py
parent3a0c3bf958f556e0f7416fb23a36b1665cb678fc (diff)
downloadwebtest-2.0.23.tar.gz
Preparing release 2.0.232.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 1ee6b9b..ee81d2e 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.23.dev0'
+version = '2.0.23'
install_requires = [
'six',