summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorKevin Carrogan <kevin.carrogan@gmail.com>2014-05-09 20:43:22 +0100
committerKevin Carrogan <kevin.carrogan@gmail.com>2014-05-09 20:43:22 +0100
commit26f201e7271565a3f414bcf53252a82ed06ce833 (patch)
tree32096ff96ccd9851d693cbeac4f4ae57e4f03888 /pystache
parent9e38d1bb959d67afd1a996d1cdccf8449086c065 (diff)
downloadpystache-26f201e7271565a3f414bcf53252a82ed06ce833.tar.gz
Bumping version number.
Diffstat (limited to 'pystache')
-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.