From f36dcb3f5c9b021bf29bbe50c46db759fb242f06 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Mon, 30 Jun 2025 17:00:19 +0800 Subject: [PATCH] Update the version number to 1.6.0 (#702) --- backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/__init__.py b/backend/__init__.py index de7baea3..105c22c0 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- from backend.utils.console import console -__version__ = '1.5.2' +__version__ = '1.6.0' def get_version() -> str | None: