From d3597ed4b53a5d13c6296eb24b5a8b1b35489f4a Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 29 Jun 2012 05:14:52 -0700 Subject: Bump version to v0.5.3-alpha. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 215d30f..f17fd90 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ else: setup = dist.setup -VERSION = '0.5.2' # Also change in pystache/__init__.py. +VERSION = '0.5.3-alpha' # Also change in pystache/__init__.py. FILE_ENCODING = 'utf-8' -- cgit v1.2.1