From d71144f2307fa8abd7a606e59abd6aa416d8fd0e Mon Sep 17 00:00:00 2001 From: Pradish Bijukchhe Date: Tue, 9 Jul 2024 18:34:14 +0545 Subject: [PATCH] chore: bump version to 2.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eaffbc..0bfe050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.0.1" +version = "2.0.2" dependencies = ["httpx", "psutil", "ucaptcha"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]