From 01e03a47e02c2d11bbb624b7bc07bdc28c1ba1fb Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Tue, 19 Jul 2016 15:51:46 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e276339..398614d 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class InstallCommand(install): setup(name='talon', - version='1.2.10', + version='1.2.11', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),