From cfa229ff3e204d4f00e982de68d1fa39a129a438 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 15 Feb 2010 11:20:59 -0800 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25e0016..53ae4c9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='pystache', - version='0.1.1', + version='0.2.0', description='Mustache for Python', author='Chris Wanstrath', author_email='chris@ozmm.org',