From 5af846c13d6972dc4d9d4f86723d9894a6d47804 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Wed, 30 Nov 2016 12:56:06 -0800 Subject: [PATCH] bump talon version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27901de..4d4eb18 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.3.2', + version='1.3.3', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),