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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4cb2e78..0d99aae 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ else: setup = dist.setup -VERSION = '0.5.3' # Also change in pystache/__init__.py. +VERSION = '0.5.4' # Also change in pystache/__init__.py. FILE_ENCODING = 'utf-8' -- cgit v1.2.1