From 4d61e4796805b21a47fb03c7bb2537c5f5d2d8f3 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 30 Oct 2018 13:46:53 -0400 Subject: [PATCH] Incrementing version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f91e779..62eacfb 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.6.1', + version='1.6.2', 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',