summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-26 01:48:24 -0400
committerChris McDonough <chrism@plope.com>2012-10-26 01:48:24 -0400
commit4a6cca62ddf33580b1de210ef5ca54bfb2769243 (patch)
tree7d1b5b1b367b6fc4b5d16cb88e3f8976acf6ece5 /setup.py
parentc25a8fd5d2895a117d8eb77162ed8388f0482674 (diff)
downloadpyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.tar.gz
pyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.tar.bz2
pyramid-4a6cca62ddf33580b1de210ef5ca54bfb2769243.zip
prep for 1.4a3
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 40117cf4c..4ea63a3ee 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.4a2',
+ version='1.4a3',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,