summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-06-05 19:27:17 +0200
committerMarcel Hellkamp <marc@gsites.de>2011-06-05 19:27:17 +0200
commit1369394ab5b5615a32cb6764f7b2ce5dfa822549 (patch)
tree966d9a78200b9f98d40e6f907f4eabd869e06878
parent8ab95bd52921827241c1aed7300da098f1eed338 (diff)
downloadbottle-1369394ab5b5615a32cb6764f7b2ce5dfa822549.tar.gz
Version bumb (bugfix)0.9.3
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 162cbe4..04fee46 100755
--- a/bottle.py
+++ b/bottle.py
@@ -15,7 +15,7 @@ License: MIT (see LICENSE.txt for details)
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.9.2'
+__version__ = '0.9.3'
__license__ = 'MIT'
import base64