From 3a4bbc13955dfede0fdbffc9c16e8c2542314799 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sun, 28 Oct 2018 02:19:21 -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 f33130b..3a138a9 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'], - version='1.5.0', + version='1.6.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',