summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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',