diff options
Diffstat (limited to 'mako/__init__.py')
-rw-r--r-- | mako/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/__init__.py b/mako/__init__.py index 83ecb90..dedc58e 100644 --- a/mako/__init__.py +++ b/mako/__init__.py @@ -5,4 +5,4 @@ # the MIT License: http://www.opensource.org/licenses/mit-license.php -__version__ = "1.0.11" +__version__ = '1.0.12' |