diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-25 19:48:28 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-12-25 20:05:55 -0600 |
| commit | 73b851a2bac7cf32a1d1df594a04cdd631e3391a (patch) | |
| tree | cf89b7b11b3ab9e5f9106efb843d7c56800ccfa8 /setup.py | |
| parent | 8be808150a6df96b5815aa3885c0f62540d82e27 (diff) | |
| download | pyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.tar.gz pyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.tar.bz2 pyramid-73b851a2bac7cf32a1d1df594a04cdd631e3391a.zip | |
prep 1.8a1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[ |
