diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-19 23:55:04 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-19 23:55:04 -0500 |
commit | be02256a81a53fd54c6a9cc9e2655bc55ef9e1d1 (patch) | |
tree | abd6ef0776914540791b949fa2f15aa1561f46ab /setup.py | |
parent | 086b0ff0ea9b47cea81cf652a677ee95bede7840 (diff) | |
download | cherrypy-git-be02256a81a53fd54c6a9cc9e2655bc55ef9e1d1.tar.gz |
Bumped to 4.0.1 in preparation for next release.
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 = "4.0.0" +version = "4.0.1" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |