From ac92a0173e3c16d54131934a6c5c2a67bd66b88d Mon Sep 17 00:00:00 2001 From: Date: Mon, 5 Mar 2018 17:54:44 -0500 Subject: [PATCH] Updating package version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a92f00..619657b 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.3.1', + version='1.3.4', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',