summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-02-15 11:20:59 -0800
committerChris Wanstrath <chris@ozmm.org>2010-02-15 11:20:59 -0800
commitcfa229ff3e204d4f00e982de68d1fa39a129a438 (patch)
treec2df805e4c9abe53dab49b9fb73325f2f6f0ca48
parenta70a735b56ba9f7de8344b4a99f90e5cdf2ed708 (diff)
downloadpystache-cfa229ff3e204d4f00e982de68d1fa39a129a438.tar.gz
0.2.0v0.2.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',