summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 36f0b1303..2d49717b7 100644
--- a/setup.py
+++ b/setup.py
@@ -69,9 +69,8 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.5a1',
- description=('The Pyramid Web Framework, a '
- 'Pylons project'),
+ version='1.5a2',
+ description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Intended Audience :: Developers",