Mercurial > hg > MakeItSo
diff setup.py @ 119:c8d3b2edf242
bump version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 22 Jan 2011 12:27:43 -0800 |
parents | 67b50417b8d1 |
children | 9c70669854f4 |
line wrap: on
line diff
--- a/setup.py Fri Jan 21 09:34:23 2011 -0800 +++ b/setup.py Sat Jan 22 12:27:43 2011 -0800 @@ -7,14 +7,14 @@ except IOError: description = '' -version = '0.1' +version = '0.2' setup(name='MakeItSo', version=version, description='filesystem template interpreter', long_description=description, classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - keywords='', + keywords='templates', author='Jeff Hammel', author_email='jhammel@mozilla.com', url='http://k0s.org/',