From 99aa562349a9893e84cff3b292072a448da7042d Mon Sep 17 00:00:00 2001 From: Pradish Bijukchhe Date: Fri, 30 Aug 2024 14:28:45 +0545 Subject: [PATCH] chore: bump version to 2.0.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7e4562..4622957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.0.13" +version = "2.0.14" dependencies = ["httpx", "ucaptcha"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]