summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-08 02:42:33 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-08 02:42:33 -0800
commit4a1bf7614d5293db1e77f8dc64995fc6fe7d484e (patch)
treef532eed0b3c039bad383d11e37faf43a773d38bf
parent7ccb55fd95f0d16cde6e46774ef80f35c3a3068f (diff)
parentc8138f41c3a89523502d57d95f1da30c9d211b9e (diff)
downloadpystache-4a1bf7614d5293db1e77f8dc64995fc6fe7d484e.tar.gz
Merge pull request #90 "Update setup.py to version 0.4.0"
From: https://github.com/talos/pystache/commit/c8138f41c3a89523502d57d95f1da30c9d211b9e Into: v0.4.0-prep
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ad9981f..db4b45b 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
sys.exit()
setup(name='pystache',
- version='0.3.1',
+ version='0.4.0',
description='Mustache for Python',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Chris Wanstrath',