summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index cc94da8..a74f38b 100755
--- a/bottle.py
+++ b/bottle.py
@@ -62,7 +62,7 @@ This is an example::
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.8.rc1'
+__version__ = '0.8.1'
__license__ = 'MIT'
import base64