Incrementing version

This commit is contained in:
NandaScott 2019-04-01 15:45:10 -04:00
parent 28ceb451ae
commit 49fd9bd112
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ tests
BotUtils.py BotUtils.py
.vscode .vscode
example_objects example_objects
venv venv
build

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='scrython', name='scrython',
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology', 'scrython.bulk_data'], 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.', description='A wrapper for using the Scryfall API.',
long_description='https://github.com/NandaScott/Scrython/blob/master/README.md', long_description='https://github.com/NandaScott/Scrython/blob/master/README.md',
url='https://github.com/NandaScott/Scrython', url='https://github.com/NandaScott/Scrython',