summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2009-11-12 22:41:38 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-12 22:41:38 -0800
commitb536ce0dc14232c1e47100085b70ba1e526c6aa3 (patch)
tree1d88b4d8a5f728ef5770a497b3a53c18e04da843 /setup.py
parent5e53bf2089cde4e66819a06a0e7c9fb310109442 (diff)
downloadpystache-b536ce0dc14232c1e47100085b70ba1e526c6aa3.tar.gz
version tweaksv0.1.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 89eb970..3109357 100644
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@
from distutils.core import setup
-setup(name='Pystache',
- version='1.0',
+setup(name='pystache',
+ version='0.1.0',
description='Mustache for Python',
author='Chris Wanstrath',
author_email='chris@ozmm.org',