summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-24 03:34:53 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-24 03:34:53 -0700
commit8d02bb2560f72b35fd64753e8c7ce85a61003f20 (patch)
treebf0aa12cfc860fade8ba3531fce3c237cba8a4db /setup.py
parentff36b627772bc37263093f2d01fb08e699472c75 (diff)
downloadpystache-8d02bb2560f72b35fd64753e8c7ce85a61003f20.tar.gz
Finalizing v0.5.1 prior to merge to master, bump version to 0.5.1-rc.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'