summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-09-16 18:41:04 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-09-16 18:41:04 +0200
commita1e0f4d08fdf49be688407c9c97d9fb001d857bc (patch)
treec8a9886357a6ff406f61abf05839d0bee1ea8792
parentd99613ec7ae6c6f9c3787bbd801cc1c8ed344de4 (diff)
downloadbottle-a1e0f4d08fdf49be688407c9c97d9fb001d857bc.tar.gz
Bugfix release.0.5.8
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 7575d7a..4a30ad5 100644
--- a/bottle.py
+++ b/bottle.py
@@ -62,7 +62,7 @@ Example
"""
__author__ = 'Marcel Hellkamp'
-__version__ = '0.5.7'
+__version__ = '0.5.8'
__license__ = 'MIT'
import sys