From 2ecd9779fc9883168a787702f724c443ec30f806 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Fri, 19 Feb 2016 18:32:07 -0800 Subject: [PATCH] bump up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75f4b6c..a620806 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='talon', - version='1.2.1', + version='1.2.2', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),