summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGustavo Picon <tabo@tabo.pe>2015-12-02 16:15:14 -0800
committerGustavo Picon <tabo@tabo.pe>2015-12-02 16:15:14 -0800
commitab97a291d06048aff1bb25a806ef75555412e639 (patch)
tree817b14162e5db1045d422a5372715a714646edd4 /setup.py
parent23354a2ca97f443b3d7841fff8f089b67ea3f745 (diff)
downloadcherrypy-git-ab97a291d06048aff1bb25a806ef75555412e639.tar.gz
Bumped to 3.8.2 in preparation for next release.
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 45b12958..fb09e218 100644
--- a/setup.py
+++ b/setup.py
@@ -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 = [