From 1e3f3cd192359a7de1dd02d5968ff4bb257dea43 Mon Sep 17 00:00:00 2001 From: iwatkot Date: Mon, 14 Oct 2024 10:14:11 +0200 Subject: [PATCH] pip version update. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55e68c0..702b0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py3xui" -version = "0.2.3" +version = "0.2.4" description = "Sync and Async Object-oriented Python SDK for the 3x-ui app." authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}] license = {text = "MIT License"}