Incremented version number so I don't forget.
This commit is contained in:
parent
ec2cf1a0a7
commit
dd54ddfab2
|
@ -5,7 +5,7 @@
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
- Key errors are now handled more cleanly, and doesn't return two traceback errors.
|
- 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.
|
- Updated symbology to be more like the other classes in structure.
|
||||||
|
|
||||||
## 1.4.2
|
## 1.4.2
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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'],
|
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.',
|
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',
|
||||||
|
|
Loading…
Reference in New Issue