From 55eedf52a897b9fc77166346ebee35f527bee327 Mon Sep 17 00:00:00 2001 From: Anchal Gurung Date: Fri, 15 Nov 2024 12:11:13 -0500 Subject: [PATCH] chore: bump version to 2.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22e9c5c..c4cf474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.1.7" +version = "2.1.8" dependencies = ["httpx", "tenacity"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]