summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2020-04-27 16:09:51 +0200
committerGael Pasgrimaud <gael@gawel.org>2020-04-27 16:09:51 +0200
commit628ea2dc30fdc4fc41989020dbecdeaefdf48b64 (patch)
tree8099c3a879afc4d43aa99cb26e8f5150f8421ffc /setup.py
parent4b8a3ebf984185ff4fefb31b4d0cf82682e1fcf7 (diff)
downloadwebtest-628ea2dc30fdc4fc41989020dbecdeaefdf48b64.tar.gz
Preparing release 2.0.352.0.35
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 55722d4..1caf74c 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
from setuptools import find_packages
-version = '2.0.35.dev0'
+version = '2.0.35'
install_requires = [
'six',