Update to 0.6.0

This commit is contained in:
Samuel Roach 2022-07-06 22:27:54 +01:00
parent 3b4eddfec3
commit 8e3be2bfa3
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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"

View File

@ -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 """