From 976b2694f8e57954fbfbd1431e178fd851e601a5 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 6 Feb 2018 20:13:18 -0500 Subject: [PATCH] Updated setup for new version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa13450..fa533f1 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.1.0', + version='0.2.0', description='A wrapper for using the Scryfall API.', long_description=readme, url='https://github.com/NandaScott/Scrython',