summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-28 09:10:16 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-28 09:10:16 -0700
commitc189bb2e953e93501e09131eb9736d03010cb58c (patch)
tree3318cc8cf91b475c69ee265a86d6fe172fbb940c
parent704fac16d19a35b2d51701cbafa083e1111c6f12 (diff)
downloadpystache-c189bb2e953e93501e09131eb9736d03010cb58c.tar.gz
Bump version number from 0.4.0 to 0.4.1 in preparation for release.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c8a1f46..d625922 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ if sys.argv[-1] == "publish":
sys.exit()
setup(name='pystache',
- version='0.4.0',
+ version='0.4.1',
description='Mustache for Python',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Chris Wanstrath',