summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2009-11-13 16:21:23 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-13 16:21:23 -0800
commit613a8cd2b52e29cf314fc7e70a86092c824d9123 (patch)
treeba9993d171ffde26674775185b1cf921607e6fe7
parentd5d0f0a62d521c76debda99a14c0a20292705afa (diff)
downloadpystache-0.1.1.tar.gz
0.1.1v0.1.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3109357..25e0016 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='pystache',
- version='0.1.0',
+ version='0.1.1',
description='Mustache for Python',
author='Chris Wanstrath',
author_email='chris@ozmm.org',