From e862a000a25d385bbecc63218b4353a435b2203d Mon Sep 17 00:00:00 2001 From: Pradish Bijukchhe Date: Tue, 17 Sep 2024 18:05:45 +0545 Subject: [PATCH] chore: bump version to 2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b86fd0..8f1b22a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "league-client" -version = "2.1.0" +version = "2.1.1" dependencies = ["httpx"] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradishbijukchhe@gmail.com" }]