From 9c17dca17c646d3cbcb97577a106922e864d4fdd Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Mon, 29 Feb 2016 14:50:52 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e8bf4d8..4d542710 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='talon', - version='1.2.3', + version='1.2.4', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),