From b0851d536376242c3ef75701b4d76948b1f2ee95 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Jul 2014 14:59:32 -0700 Subject: [PATCH] bump up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29833d4..aac5960 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages setup(name='talon', - version='1.0', + version='1.0.1', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),