From 127771dac96caea5388070f9b1b08681b243b067 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Fri, 11 Sep 2015 04:51:39 -0700 Subject: [PATCH] bump up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73fb53f..7e1f280 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='talon', - version='1.0.4', + version='1.0.5', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),