From 68734e383fbdca085d84c9e4f9d4a0bd76d40f0e Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Fri, 9 Feb 2018 17:51:21 -0500 Subject: [PATCH] Updated version to push. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa533f1..269167b 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'], - version='0.2.0', + version='0.3.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',