summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-17 02:13:30 -0600
committerMichael Merickel <michael@merickel.org>2017-01-17 02:13:30 -0600
commitbf700d3b5f6fef6b85624db7d39f62b47f1898b8 (patch)
tree5dc35e9ce82ab7508d71cb5cea91b23e325f7988 /setup.py
parented16e19bce476bf403f83213f8b457c9a29e212f (diff)
downloadpyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.tar.gz
pyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.tar.bz2
pyramid-bf700d3b5f6fef6b85624db7d39f62b47f1898b8.zip
prep 1.8b1
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 2439e59bc..fd8763bee 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.8a1',
+ version='1.8b1',
description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[