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. --- 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 fa0b241..defab52 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.2' # Also change in setup.py. +__version__ = '0.5.3-alpha' # Also change in setup.py. -- cgit v1.2.1