Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
adback03 committed Mar 5, 2021
1 parent b90012f commit c5050c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pokemontcgsdk/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "3.0.0"
__pypi_packagename__ = "pokemontcgsdk"
__github_username__ = "PokemonTCG"
__github_reponame__ = "pokemon-tcg-sdk-python"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c5050c3

Please sign in to comment.