Update to 0.6.0
This commit is contained in:
parent
3b4eddfec3
commit
8e3be2bfa3
@ -44,4 +44,4 @@ from ergast_py.models.standings_list import StandingsList
|
||||
from ergast_py.models.status import Status
|
||||
from ergast_py.models.timing import Timing
|
||||
|
||||
__version__ = '0.5.0'
|
||||
__version__ = '0.6.0'
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "ergast-py"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
description = "A comprehensive Python wrapper for the Ergast API."
|
||||
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
|
||||
repository = "https://github.com/Samuel-Roach/ergast-py"
|
||||
|
@ -10,7 +10,7 @@ class TestErgastPy():
|
||||
|
||||
def test_version(self):
|
||||
""" Assert the version of the system """
|
||||
assert __version__ == '0.5.0'
|
||||
assert __version__ == '0.6.0'
|
||||
|
||||
def test_ergast(self):
|
||||
""" Basic test to check Ergast functions """
|
||||
|
Reference in New Issue
Block a user