bump version

This commit is contained in:
Chris Wanstrath
2010-05-03 12:20:24 -07:00
parent 1d99d780a2
commit 076e560d69
+1 -1
View File
@@ -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',