From fd2569c6b2cf459c93f6e81b50023be0e4d9d46e Mon Sep 17 00:00:00 2001 From: Anchal Gurung Date: Tue, 24 Dec 2024 20:32:28 -0500 Subject: [PATCH] chore: bump version to 2.1.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1823de..f581355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.1.9" +version = "2.1.10" dependencies = ["httpx", "tenacity"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]