summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-28 11:12:04 -0500
committerChris McDonough <chrism@plope.com>2011-01-28 11:12:04 -0500
commitc61cd1070614fd88f217359ddca448773266edd8 (patch)
tree0baf14088c785823109687257599c5a86bb4fe5e /setup.py
parentb6ceaf60f307ad3204d125e28ddb15a454f9c103 (diff)
downloadpyramid-c61cd1070614fd88f217359ddca448773266edd8.tar.gz
pyramid-c61cd1070614fd88f217359ddca448773266edd8.tar.bz2
pyramid-c61cd1070614fd88f217359ddca448773266edd8.zip
prep for 1.0b3
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 d15937a22..1f3fa25d8 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.0b2',
+ version='1.0b3',
description='The Pyramid web application framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[