From dda04ac0fa8193488c310c3bd0630fd4001279c9 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Mon, 25 Jul 2022 22:48:29 -0400 Subject: [PATCH] Incrementing version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cf7260..0428ff0 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.1', + version='1.11.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',