Merge pull request #79 from mailgun/sergey/version

bump version
This commit is contained in:
Sergey Obukhov
2016-02-29 15:13:51 -08:00

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(name='talon', setup(name='talon',
version='1.2.3', version='1.2.4',
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(),