summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 22:49:19 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 22:49:19 -0700
commitcc262abf19cd90e34390d5ddb5db30d6f04620fa (patch)
tree6581a1c0b04af75ab7d386597ec436bd4937b6df /setup.py
parent475b6f43675e13617f22142cfecb2e241541c085 (diff)
downloadpystache-cc262abf19cd90e34390d5ddb5db30d6f04620fa.tar.gz
Bump version from 0.5.1-rc to 0.5.1 prior to release to PyPI.v0.5.1
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 dccd153..fe7026c 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-rc' # Also change in pystache/__init__.py.
+VERSION = '0.5.1' # Also change in pystache/__init__.py.
HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE'