summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-28 00:18:07 -0500
committerMichael Merickel <michael@merickel.org>2018-10-28 00:18:07 -0500
commit7ad45ce87d2cb1985f4f1c6019e736a4a516034f (patch)
tree3b7f957ee24188309644f99908d6d9bafadbf0f8 /setup.py
parent9e3a9d1cc48c624e7dda9d9ee56d575b852d7164 (diff)
downloadpyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.gz
pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.tar.bz2
pyramid-7ad45ce87d2cb1985f4f1c6019e736a4a516034f.zip
prep 1.10b1
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 df7e5dd38..b47a27ddf 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def readfile(name):
README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')
-VERSION = '1.10a1'
+VERSION = '1.10b1'
install_requires = [
'hupper',