From df8259e3fe29769a0099fe16b6462acd3c6c3ca8 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Aug 2017 15:58:53 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29c2b98..13f83d6 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.4.3', + version='1.4.4', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),