summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 13:29:56 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 13:29:56 -0700
commitb8a3d0c6cea62874bac2414db2c06856293d8877 (patch)
treef831cb481843b5134d75863784d7366956595cfd /setup.py
parentf4ca152f335ef53b1469de338e4a2bf99f0bfde5 (diff)
downloadpystache-b8a3d0c6cea62874bac2414db2c06856293d8877.tar.gz
Bump version to 0.5.2 prior to push to PyPI.v0.5.2
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 dfe125f..548a923 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
-VERSION = '0.5.2-rc.1' # Also change in pystache/__init__.py.
+VERSION = '0.5.2' # Also change in pystache/__init__.py.
HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE'