summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortalos <irving.krauss@gmail.com>2012-02-28 21:24:13 -0500
committertalos <irving.krauss@gmail.com>2012-02-28 21:24:13 -0500
commitc8138f41c3a89523502d57d95f1da30c9d211b9e (patch)
treef532eed0b3c039bad383d11e37faf43a773d38bf
parent7ccb55fd95f0d16cde6e46774ef80f35c3a3068f (diff)
downloadpystache-c8138f41c3a89523502d57d95f1da30c9d211b9e.tar.gz
updating manifest to 0.4.0 to reflect history.rst
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ad9981f..db4b45b 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
sys.exit()
setup(name='pystache',
- version='0.3.1',
+ version='0.4.0',
description='Mustache for Python',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Chris Wanstrath',