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',