summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',