diff --git a/Ryzenth/__version__.py b/Ryzenth/__version__.py index 7d1ac3f..48bd6b1 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.3.9" +__version__ = "2.4.0" __author__ = "TeamKillerX" __title__ = "Ryzenth" __description__ = "Ryzenth is a flexible Multi-API SDK with built-in support for API key management and database integration."