From 22bbd6787bb1f111747a163ff4281654d17faad1 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Mon, 19 Feb 2018 17:26:12 -0500 Subject: [PATCH] Updated library version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 574c0a5..c668e62 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.5.0', + version='1.0.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',