Updated version number and tests file
This commit is contained in:
parent
22c1cca4ea
commit
ac6167a4ce
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='scrython',
|
||||
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology', 'scrython.bulk_data'],
|
||||
version='1.9.0',
|
||||
version='1.10.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',
|
||||
|
|
Loading…
Reference in New Issue