From 8d02bb2560f72b35fd64753e8c7ce85a61003f20 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 24 Apr 2012 03:34:53 -0700 Subject: Finalizing v0.5.1 prior to merge to master, bump version to 0.5.1-rc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6072744..dccd153 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ else: # print("Using: version %s of %s" % (repr(dist.__version__), repr(dist))) -VERSION = '0.5.1-alpha' # Also change in pystache/__init__.py. +VERSION = '0.5.1-rc' # Also change in pystache/__init__.py. HISTORY_PATH = 'HISTORY.rst' LICENSE_PATH = 'LICENSE' -- cgit v1.2.1