diff --git a/bottle_sqlite.py b/bottle_sqlite.py index 8d2005c..c4014a9 100755 --- a/bottle_sqlite.py +++ b/bottle_sqlite.py @@ -27,7 +27,7 @@ Usage Example:: ''' __author__ = "Marcel Hellkamp" -__version__ = '0.1.2' +__version__ = '0.1.3' __license__ = 'MIT' ### CUT HERE (see setup.py)