From 49fd9bd112e0f552a4310ac81fdb3f2b9e2a3976 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Mon, 1 Apr 2019 15:45:10 -0400 Subject: [PATCH] Incrementing version --- .gitignore | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1fcbf37..8069ea4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ tests BotUtils.py .vscode example_objects -venv \ No newline at end of file +venv +build \ No newline at end of file diff --git a/setup.py b/setup.py index 62eacfb..b38587d 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.2', + version='1.7.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',