From d998beaff3c3a1a4c1743132806f5e9a69bccbde Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Mon, 10 Jul 2017 11:42:52 -0700 Subject: [PATCH] bump version after adding support for Vietnamese format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 355e19e..642b39e 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.4.1', + version='1.4.2', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),