diff --git a/Changelog.md b/Changelog.md index 79890ab..f8dcbca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Changes - Key errors are now handled more cleanly, and doesn't return two traceback errors. -- Updated Sets to be more like the other classes in structure. +- Updated sets to be more like the other classes in structure. - Updated symbology to be more like the other classes in structure. ## 1.4.2 diff --git a/setup.py b/setup.py index 225371f..f33130b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='scrython', packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'], - version='1.4.2', + version='1.5.0', description='A wrapper for using the Scryfall API.', long_description='https://github.com/NandaScott/Scrython/blob/master/README.md', url='https://github.com/NandaScott/Scrython',