From c8138f41c3a89523502d57d95f1da30c9d211b9e Mon Sep 17 00:00:00 2001 From: talos Date: Tue, 28 Feb 2012 21:24:13 -0500 Subject: updating manifest to 0.4.0 to reflect history.rst --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1