diff options
Diffstat (limited to 'bottle.py')
-rw-r--r-- | bottle.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ License: MIT (see LICENSE for details) from __future__ import with_statement __author__ = 'Marcel Hellkamp' -__version__ = '0.12.24' +__version__ = '0.12.25' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported |