From b38562c7ccc0f4b27bf29855fb562fa3d2a9fada Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Sun, 18 Jun 2017 22:55:15 -0700 Subject: [PATCH] bump version after merging outlook 2013 support PR --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9d98d6..355e19e 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.4.0', + version='1.4.1', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),