diff options
author | Gustavo Picon <tabo@tabo.pe> | 2015-12-02 16:15:14 -0800 |
---|---|---|
committer | Gustavo Picon <tabo@tabo.pe> | 2015-12-02 16:15:14 -0800 |
commit | ab97a291d06048aff1bb25a806ef75555412e639 (patch) | |
tree | 817b14162e5db1045d422a5372715a714646edd4 /setup.py | |
parent | 23354a2ca97f443b3d7841fff8f089b67ea3f745 (diff) | |
download | cherrypy-git-ab97a291d06048aff1bb25a806ef75555412e639.tar.gz |
Bumped to 3.8.2 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 = "3.8.1" +version = "3.8.2" desc = "Object-Oriented HTTP framework" long_desc = "CherryPy is a pythonic, object-oriented HTTP framework" classifiers = [ |