Commit 304381d8 by Chris Jerdonek

Merge branch 'master' into development (changes prepping for v0.4.0)

Conflicts:
	setup.py
parents 32adefb9 652b6ccc
include LICENSE
include HISTORY.rst README.rst
#!/usr/bin/env python
# coding: utf-8
"""
Run the following to publish to PyPI:
> python setup.py publish
"""
import os
import sys
......@@ -36,7 +43,7 @@ if sys.argv[-1] == 'publish':
long_description = make_long_description()
setup(name='pystache',
version='0.3.1',
version='0.4.0',
description='Mustache for Python',
long_description=long_description,
author='Chris Wanstrath',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment