From 10000d401f677067687061c6dad83130eaa79bec Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Thu, 15 Feb 2018 15:20:42 -0500 Subject: [PATCH] Updating package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ea0427..574c0a5 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'], - version='0.4.0', + version='0.5.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',