From ab5cbe5ec369559ba9b76c0b402d1fd08d3604ef Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Tue, 25 Apr 2017 11:43:55 -0700 Subject: [PATCH] bumped talon version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dad6009..80d9d5f 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.3.6', + version='1.3.7', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),