From 60d08d27462b937bb4b2d1460c1ab04bc9f213a2 Mon Sep 17 00:00:00 2001 From: Chirag Lamsal Date: Thu, 1 Aug 2024 11:48:17 +0545 Subject: [PATCH] chore: release 2.0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb43b0..f850a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.0.10" +version = "2.0.11" dependencies = ["httpx", "ucaptcha"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]