summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-21 23:32:50 -0400
committerChris McDonough <chrism@plope.com>2011-07-21 23:32:50 -0400
commit8c03444dd5d80adaf65e30ebdabf1e6dde644965 (patch)
tree85eddf56ca489fddb9d208179db1b2c77b4640f1 /setup.py
parent39e88a1f2903f840feeff77e572c7bf3efebb875 (diff)
downloadpyramid-8c03444dd5d80adaf65e30ebdabf1e6dde644965.tar.gz
pyramid-8c03444dd5d80adaf65e30ebdabf1e6dde644965.tar.bz2
pyramid-8c03444dd5d80adaf65e30ebdabf1e6dde644965.zip
prep for 1.1; gather contributors
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 99bd761fc..376f503f6 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ if sys.version_info[:2] < (2, 6):
install_requires.append('simplejson')
setup(name='pyramid',
- version='1.1b4',
+ version='1.1',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,