Updated library version.

This commit is contained in:
Nanda Scott 2018-02-21 19:58:24 -05:00
parent ae8c691a6a
commit 4ee62c2753
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ with open('README.md') as f:
setup( setup(
name='scrython', name='scrython',
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'], packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
version='1.1.0', version='1.2.0',
description='A wrapper for using the Scryfall API.', description='A wrapper for using the Scryfall API.',
long_description=readme, long_description=readme,
url='https://github.com/NandaScott/Scrython', url='https://github.com/NandaScott/Scrython',