From 0346690ade6865cd814057b7d1f33e726166eab4 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 3 Nov 2012 15:32:53 -0700 Subject: Bump version to 0.5.3 in preparation for push to PyPI. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f5b417d..5eb5594 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ else: setup = dist.setup -VERSION = '0.5.3-rc' # Also change in pystache/__init__.py. +VERSION = '0.5.3' # Also change in pystache/__init__.py. FILE_ENCODING = 'utf-8' -- cgit v1.2.1