From 4ee62c27539b98489a94334c591582c8a3b21a5c Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Wed, 21 Feb 2018 19:58:24 -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 3a3ad8e..1f68e52 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.1.0', + version='1.2.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',