summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2015-02-05 14:19:17 +0100
committerGael Pasgrimaud <gael@gawel.org>2015-02-05 14:19:17 +0100
commitfb5e92bb0bc3fafb2e80a9e60a8849a892fb329d (patch)
tree3076cf53fd027140612595e5725cb16fdc8bb4ae /setup.py
parent4094cbee5888ca87c395c1d119933702810fcd54 (diff)
downloadwebtest-2.0.18.tar.gz
Preparing release 2.0.182.0.18
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 bdb87e5..09034df 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.18.dev0'
+version = '2.0.18'
install_requires = [
'six',