From 465a23a6739f07e3a3fabac00698003e4651f039 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Mon, 6 Sep 2021 12:55:43 -0400 Subject: [PATCH] Incremented package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84c9554..6cf7260 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.10.0', + version='1.10.1', 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',