diff --git a/ergast_py/__init__.py b/ergast_py/__init__.py index 726a594..d00afd7 100644 --- a/ergast_py/__init__.py +++ b/ergast_py/__init__.py @@ -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' diff --git a/pyproject.toml b/pyproject.toml index 42e4b79..a821bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] repository = "https://github.com/Samuel-Roach/ergast-py" diff --git a/tests/test_ergast_py.py b/tests/test_ergast_py.py index f3f3794..b5ed42e 100644 --- a/tests/test_ergast_py.py +++ b/tests/test_ergast_py.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 """