diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-22 00:15:01 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-22 00:15:01 -0400 |
| commit | feef5257261f3c37f11571a475dbd68f603b144e (patch) | |
| tree | fe996735d6d7626aada054813fe024847072df3a /setup.py | |
| parent | d2d8a7453beb8fed69bb412dcf21cbb8158941d2 (diff) | |
| download | pyramid-feef5257261f3c37f11571a475dbd68f603b144e.tar.gz pyramid-feef5257261f3c37f11571a475dbd68f603b144e.tar.bz2 pyramid-feef5257261f3c37f11571a475dbd68f603b144e.zip | |
version bump
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
