From 076e560d69455a2a2ff223a7d23c8ca004c2f0c6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 3 May 2010 12:20:24 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c9c76d..db0514e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.argv[-1] == "publish": sys.exit() setup(name='pystache', - version='0.2.0', + version='0.3.0', description='Mustache for Python', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Chris Wanstrath',