Actually bump up talon's version up to 1.0.5 to match the tag.

This commit is contained in:
Ralph Meijer
2015-09-09 22:46:18 +02:00
parent 9358db6cee
commit 2377c387c7

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(name='talon', setup(name='talon',
version='1.0.3', version='1.0.5',
description=("Mailgun library " description=("Mailgun library "
"to extract message quotations and signatures."), "to extract message quotations and signatures."),
long_description=open("README.rst").read(), long_description=open("README.rst").read(),