From 66ad3a62f80ad1fa14fd4366f172986df25e6e3e Mon Sep 17 00:00:00 2001 From: Randy SL Date: Sat, 13 Sep 2025 16:25:18 +0700 Subject: [PATCH] Update version --- Ryzenth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryzenth/__version__.py b/Ryzenth/__version__.py index 7d64a5b..b4170dc 100644 --- a/Ryzenth/__version__.py +++ b/Ryzenth/__version__.py @@ -5,7 +5,7 @@ def get_user_agent() -> str: return f"Ryzenth/Python-{platform.python_version()}" -__version__ = "2.4.2" +__version__ = "2.4.3" __author__ = "TeamKillerX" __title__ = "Ryzenth" __description__ = "Ryzenth is a flexible Multi-API SDK with built-in support for API key management and database integration."