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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. 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