Updated version number.

This commit is contained in:
2018-03-24 18:29:51 -04:00
parent 23265385fd
commit 22f7e17158
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', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
version='1.3.4',
version='1.4.0',
description='A wrapper for using the Scryfall API.',
long_description=readme,
url='https://github.com/NandaScott/Scrython',