From 587d4b1431ca1bb4b4d030e65dbcd96f9a6dd026 Mon Sep 17 00:00:00 2001 From: Valentin Porchet Date: Fri, 22 Dec 2023 16:05:32 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4248b4e5..a639d4b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "overfast-api" -version = "2.23.0" +version = "2.23.1" description = "Overwatch API giving data about heroes, maps, and players statistics." license = "MIT" authors = ["Valentin PORCHET "]