summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-12-23 15:44:06 +0100
committerMarcel Hellkamp <marc@gsites.de>2011-12-23 15:44:06 +0100
commit60e85b342cfac223396957a740e9c85be61fa28a (patch)
tree034d876d079e91d987ecad773045ac795b172d89
parent8290992b058ae616ac42e86d125b6a38ce3136d8 (diff)
downloadbottle-60e85b342cfac223396957a740e9c85be61fa28a.tar.gz
Actually bumping version number...
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 26b3478..f26414c 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.7'
+__version__ = '0.9.8'
__license__ = 'MIT'
import base64