diff --git a/setup.py b/setup.py index 1c346ef..6d7f6a6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,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', @@ -17,7 +17,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',