summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 15:32:53 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 15:32:53 -0700
commit0346690ade6865cd814057b7d1f33e726166eab4 (patch)
tree31fe74b0e3e6317efc93a62cbae994183eeb373f /setup.py
parent6f7b8b290a20cd122376f1269e999d5498a62f4a (diff)
downloadpystache-0346690ade6865cd814057b7d1f33e726166eab4.tar.gz
Bump version to 0.5.3 in preparation for push to PyPI.
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 f5b417d..5eb5594 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,7 @@ else:
setup = dist.setup
-VERSION = '0.5.3-rc' # Also change in pystache/__init__.py.
+VERSION = '0.5.3' # Also change in pystache/__init__.py.
FILE_ENCODING = 'utf-8'