Updated version number
This commit is contained in:
parent
21d2d6247b
commit
6187234a9a
@ -44,4 +44,4 @@ from ergast_py.models.standings_list import StandingsList
|
|||||||
from ergast_py.models.status import Status
|
from ergast_py.models.status import Status
|
||||||
from ergast_py.models.timing import Timing
|
from ergast_py.models.timing import Timing
|
||||||
|
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.3.0'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ergast-py"
|
name = "ergast-py"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "A comprehensive Python wrapper for the Ergast API."
|
description = "A comprehensive Python wrapper for the Ergast API."
|
||||||
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
|
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
|
||||||
repository = "https://github.com/Samuel-Roach/ergast-py"
|
repository = "https://github.com/Samuel-Roach/ergast-py"
|
||||||
|
@ -7,4 +7,4 @@ class TestErgastPy():
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def test_version(self):
|
def test_version(self):
|
||||||
assert __version__ == '0.1.0'
|
assert __version__ == '0.3.0'
|
||||||
|
Reference in New Issue
Block a user