diff --git a/bottle.py b/bottle.py index 71993254..141c0a98 100755 --- a/bottle.py +++ b/bottle.py @@ -17,7 +17,7 @@ import sys __author__ = 'Marcel Hellkamp' -__version__ = '0.13.0' +__version__ = '0.13.1' __license__ = 'MIT' ###############################################################################