From c5050c39d8cc9694bbbdb168a9e061c9feef2847 Mon Sep 17 00:00:00 2001 From: Andrew Backes Date: Fri, 5 Mar 2021 10:41:45 -0600 Subject: [PATCH] Update version --- pokemontcgsdk/config.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pokemontcgsdk/config.py b/pokemontcgsdk/config.py index e325bd0..fbe115f 100644 --- a/pokemontcgsdk/config.py +++ b/pokemontcgsdk/config.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0" +__version__ = "3.0.0" __pypi_packagename__ = "pokemontcgsdk" __github_username__ = "PokemonTCG" __github_reponame__ = "pokemon-tcg-sdk-python" diff --git a/setup.py b/setup.py index 1c04d47..e42da5a 100644 --- a/setup.py +++ b/setup.py @@ -33,12 +33,12 @@ download_url=download_url, license='MIT', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: Unix', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.9', 'Operating System :: OS Independent', ], packages=find_packages(),