diff options
Diffstat (limited to 'mako/__init__.py')
-rw-r--r-- | mako/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mako/__init__.py b/mako/__init__.py index aa99505..52a1c05 100644 --- a/mako/__init__.py +++ b/mako/__init__.py @@ -5,5 +5,7 @@ # the MIT License: http://www.opensource.org/licenses/mit-license.php -__version__ = '0.9.2' +__version__ = '1.0.0' + + |