From b536ce0dc14232c1e47100085b70ba1e526c6aa3 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 12 Nov 2009 22:41:38 -0800 Subject: version tweaks --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.1