From 4aaab0d81dbf42d9b41b43c1ea35e0f61a3db5a2 Mon Sep 17 00:00:00 2001 From: tianxiu2b2t Date: Sun, 15 Dec 2024 23:18:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=87=B3=203.3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index eba1685..89b8a75 100644 --- a/core/config.py +++ b/core/config.py @@ -170,7 +170,7 @@ def rank_clusters_url(self): const = Const() -VERSION = "3.3.9" +VERSION = "3.3.10" API_VERSION = "1.13.1" USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}" PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro))) \ No newline at end of file