From 49d1a5d2481aed830be9ebd04b3c0a96b07b849e Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Tue, 14 Feb 2017 11:05:50 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d4eb18..2423df5 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.3.3', + version='1.3.4', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),