Updated version number

This commit is contained in:
Samuel Roach 2022-06-09 00:27:45 +01:00
parent 21d2d6247b
commit 6187234a9a
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.1.0'
__version__ = '0.3.0'

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "ergast-py"
version = "0.2.0"
version = "0.3.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

@ -7,4 +7,4 @@ class TestErgastPy():
"""
def test_version(self):
assert __version__ == '0.1.0'
assert __version__ == '0.3.0'