summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2014-09-19 15:18:35 +0200
committerGael Pasgrimaud <gael@gawel.org>2014-09-19 15:18:35 +0200
commit6a24fba456d1c4ac2609b90f1fdc377c595608a4 (patch)
tree97fce5714d892aaedbed7a66506982ea08a4d047 /setup.py
parent56b430aab96bd20bc4b4b29bd27c1ccb82ec8e27 (diff)
downloadwebtest-2.0.16.tar.gz
Preparing release 2.0.162.0.16
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 1014da3..4c83ceb 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.16.dev0'
+version = '2.0.16'
install_requires = [
'six',