From 2377c387c7d03fe91c3a0768d671a8e594076f01 Mon Sep 17 00:00:00 2001 From: Ralph Meijer Date: Wed, 9 Sep 2015 22:46:18 +0200 Subject: [PATCH] Actually bump up talon's version up to 1.0.5 to match the tag. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88cab4a..5274d50 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='talon', - version='1.0.3', + version='1.0.5', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),