summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2021-08-19 14:39:55 +0200
committerGael Pasgrimaud <gael@gawel.org>2021-08-19 14:39:55 +0200
commit6d2a90db0807da7b0a18f698c88182c443059243 (patch)
tree54152a2ec88435efaa0e5cfb9c3c2e3992ed297e /setup.py
parent90472366e906e0b1ac7ab9d2f9bc49e99f404345 (diff)
downloadwebtest-3.0.0.tar.gz
Preparing release 3.0.03.0.0
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 bb698e8..77d23e6 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
from setuptools import find_packages
-version = '3.0.0.dev0'
+version = '3.0.0'
install_requires = [
'WebOb>=1.2',