From dd54ddfab2c804e9466fcc4c4244ddae32f8cccb Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Wed, 18 Apr 2018 20:56:17 -0400 Subject: [PATCH] Incremented version number so I don't forget. --- Changelog.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',