Updated version to push.

This commit is contained in:
Nanda Scott 2018-02-09 17:51:21 -05:00
parent 30b03a3630
commit 68734e383f
1 changed files with 1 additions and 1 deletions

View File

@ -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',