diff --git a/Changelog.md b/Changelog.md index 71a299a..b732757 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.1 + +Bugfixes + +- `Search().has_more()` has been properly implemented. Whoops. + ## 1.3.4 New stuff diff --git a/setup.py b/setup.py index d647735..de61588 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as f: setup( name='scrython', packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'], - version='1.4.0', + version='1.4.1', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',