From e61894e425ba510424b1bbb320027a7620fc9d36 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Mon, 22 Aug 2016 17:34:18 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0837dea..7bef4a0 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.3.0', + version='1.3.1', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),