summaryrefslogtreecommitdiff
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
parent5e53bf2089cde4e66819a06a0e7c9fb310109442 (diff)
downloadpystache-b536ce0dc14232c1e47100085b70ba1e526c6aa3.tar.gz
version tweaksv0.1.0
-rw-r--r--HISTORY.md2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 873fe74..a6596d6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,3 @@
-## 1.0 (2009-11-12)
+## 0.1.0 (2009-11-12)
* First release
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',