summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-22 00:15:01 -0400
committerChris McDonough <chrism@plope.com>2011-04-22 00:15:01 -0400
commitfeef5257261f3c37f11571a475dbd68f603b144e (patch)
treefe996735d6d7626aada054813fe024847072df3a /setup.py
parentd2d8a7453beb8fed69bb412dcf21cbb8158941d2 (diff)
downloadpyramid-feef5257261f3c37f11571a475dbd68f603b144e.tar.gz
pyramid-feef5257261f3c37f11571a475dbd68f603b144e.tar.bz2
pyramid-feef5257261f3c37f11571a475dbd68f603b144e.zip
version bump
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 ac9db9ab7..5208f58a1 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.0',
+ version='1.1a0',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,