diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-05 10:00:21 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-05 10:00:21 -0400 |
commit | 0298c0098bdfb49936b22b627ef1155f31482d38 (patch) | |
tree | 6d403c77cecdc09c741778b647fcfbddda06934e /setup.py | |
parent | a83a2a6411398fd5acf0910f730752087de22566 (diff) | |
download | cherrypy-git-0298c0098bdfb49936b22b627ef1155f31482d38.tar.gz |
Bump version: 5.4.0 → 5.5.0v5.5.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ class cherrypy_build_py(build_py): # arguments for the setup command ############################################################################### name = "CherryPy" -version = "5.4.0" +version = "5.5.0" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |