summaryrefslogtreecommitdiff
path: root/pystache/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/__init__.py')
-rw-r--r--pystache/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/__init__.py b/pystache/__init__.py
index 71708c3..4cf2434 100644
--- a/pystache/__init__.py
+++ b/pystache/__init__.py
@@ -10,4 +10,4 @@ from pystache.init import parse, render, Renderer, TemplateSpec
__all__ = ['parse', 'render', 'Renderer', 'TemplateSpec']
-__version__ = '0.5.3' # Also change in setup.py.
+__version__ = '0.5.4' # Also change in setup.py.