From 26f201e7271565a3f414bcf53252a82ed06ce833 Mon Sep 17 00:00:00 2001 From: Kevin Carrogan Date: Fri, 9 May 2014 20:43:22 +0100 Subject: Bumping version number. --- pystache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pystache') 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. -- cgit v1.2.1