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