summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-05-12 21:58:31 +0200
committerMarcel Hellkamp <marc@gsites.de>2011-05-12 21:58:31 +0200
commit0a1594ddd044fcc55613f0026a00c1d44a35724e (patch)
tree63c2f9a7ab74b8ea6109944aecc5581cc11f6a99
parent87f5aae84af139a9f372d21cc6ebbbf9967b5fd6 (diff)
downloadbottle-0a1594ddd044fcc55613f0026a00c1d44a35724e.tar.gz
Version bump to 0.90.9.1
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 0fd6b02..f449e18 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.9rc1'
+__version__ = '0.9.1'
__license__ = 'MIT'
import base64