From 2eb89e1edb85e0e833cd1ccff07d984779246550 Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 26 Oct 2020 17:44:30 +0100 Subject: [PATCH] bump to version 1.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d2786be..c98e949 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pymailgun', - version='1.1', + version='1.2', author='Tony Sanchez', author_email='mail.tsanchez@gmail.com', url='https://github.com/cogniteev/pymailgun', @@ -16,7 +16,7 @@ platforms='OS Independent', classifiers=[ 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent',