summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2017-10-21 14:47:35 +0200
committerGael Pasgrimaud <gael@gawel.org>2017-10-21 14:47:35 +0200
commit9182812181dece0a700d307c013e27fbe044ccf8 (patch)
tree9c6af50dddecfe0305cb759438c74b35a4a506ab /setup.py
parent4f65742d1a8a3d34d771822ab63791b6ed8486a7 (diff)
downloadwebtest-2.0.29.tar.gz
Preparing release 2.0.292.0.29
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 ac1b1d7..cad5319 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.29.dev0'
+version = '2.0.29'
install_requires = [
'six',