From 1702bb571c82f69559604a53470406f05fe29efe Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 20 Feb 2018 10:43:35 -0500 Subject: [PATCH] Updated package version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9651e34..3a3ad8e 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.0.0', + version='1.1.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',