Update to version 0.2.0

This commit is contained in:
Samuel Roach 2022-06-07 00:11:17 +01:00
parent 36a90c3b39
commit cb2ccf4c5d

View File

@ -1,8 +1,11 @@
[tool.poetry]
name = "ergast-py"
version = "0.1.0"
description = "A comprehensive Python wrapper for the Ergast API. Available at: https://github.com/Samuel-Roach/ergast-py"
version = "0.2.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"
license = "GPL-3.0-only"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"