summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-03 15:47:51 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-03 15:47:51 -0700
commit3c839348727aab1da9ee48e532124083df3a364d (patch)
tree364c2111e301c455569a3a59a12d89a10fbe1ce8 /setup.py
parent17b27ff85899eb794381dda231e71e08413ddd68 (diff)
downloadpystache-3c839348727aab1da9ee48e532124083df3a364d.tar.gz
Bump version from v0.5.1 to v0.5.2-rc prior to merge to master.
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 356b51f..fd4b3a1 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.1' # Also change in pystache/__init__.py.
+VERSION = '0.5.2-rc' # Also change in pystache/__init__.py.
HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE'