Incremented version number so I don't forget.

This commit is contained in:
Nanda Scott 2018-04-18 20:56:17 -04:00
parent ec2cf1a0a7
commit dd54ddfab2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Changes
- Key errors are now handled more cleanly, and doesn't return two traceback errors.
- Updated Sets to be more like the other classes in structure.
- Updated sets to be more like the other classes in structure.
- Updated symbology to be more like the other classes in structure.
## 1.4.2

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='scrython',
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
version='1.4.2',
version='1.5.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',