summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2015-11-01 22:08:26 +0100
committerGael Pasgrimaud <gael@gawel.org>2015-11-01 22:08:26 +0100
commitce59c508df907d8bda8a19ff2b78958dccdd144a (patch)
tree67b99960ebb60299d3141f8417c4561cd601f2fb /setup.py
parent1ce37a204b590992103d3a05c3b7236a9f827478 (diff)
downloadwebtest-ce59c508df907d8bda8a19ff2b78958dccdd144a.tar.gz
Preparing release 2.0.192.0.19
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 b57228f..3d9d08c 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.19.dev0'
+version = '2.0.19'
install_requires = [
'six',