From b28992861e2895a6d8f0a7b55bb5b4a6b6be9398 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Tue, 9 Jun 2020 10:03:26 -0400 Subject: [PATCH] Incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13408e8..c94c107 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', 'scrython.bulk_data'], - version='1.7.1', + version='1.8.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',