summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-25 19:48:28 -0600
committerMichael Merickel <michael@merickel.org>2016-12-25 20:05:55 -0600
commit73b851a2bac7cf32a1d1df594a04cdd631e3391a (patch)
treecf89b7b11b3ab9e5f9106efb843d7c56800ccfa8 /setup.py
parent8be808150a6df96b5815aa3885c0f62540d82e27 (diff)
downloadpyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.tar.gz
pyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.tar.bz2
pyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.zip
prep 1.8a1
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 687ed5700..2439e59bc 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.8.dev0',
+ version='1.8a1',
description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[