summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-31 00:32:36 -0500
committerMichael Merickel <michael@merickel.org>2018-10-31 00:32:36 -0500
commit5fa8d88f610a56df10139f761004c702c6cadd28 (patch)
treeb4b2bd9b42882e209e8e9f1e49505bbd46aad934 /setup.py
parent4e3b445742f5132d27aebbbae5ff048f2115d831 (diff)
downloadpyramid-5fa8d88f610a56df10139f761004c702c6cadd28.tar.gz
pyramid-5fa8d88f610a56df10139f761004c702c6cadd28.tar.bz2
pyramid-5fa8d88f610a56df10139f761004c702c6cadd28.zip
prep 1.10
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 58b937048..61c63bd08 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def readfile(name):
README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')
-VERSION = '1.10b1'
+VERSION = '1.10'
install_requires = [
'hupper',