summaryrefslogtreecommitdiff
path: root/cherrypy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/__init__.py')
-rw-r--r--cherrypy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/__init__.py b/cherrypy/__init__.py
index ead51acf..7db50c4b 100644
--- a/cherrypy/__init__.py
+++ b/cherrypy/__init__.py
@@ -56,7 +56,7 @@ with customized or extended components. The core API's are:
These API's are described in the `CherryPy specification <https://bitbucket.org/cherrypy/cherrypy/wiki/CherryPySpec>`_.
"""
-__version__ = "4.0.1"
+__version__ = "5.0.2"
from cherrypy._cpcompat import urljoin as _urljoin, urlencode as _urlencode
from cherrypy._cpcompat import basestring, unicodestr