From 30c1a2b40813d837fe79fe89752a95d46761ccc5 Mon Sep 17 00:00:00 2001 From: HIT-cwh <2892770585@qq.com> Date: Mon, 22 Jul 2024 20:12:54 +0800 Subject: [PATCH] bump version to 0.1.23 --- xtuner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner/version.py b/xtuner/version.py index c77f4bf8f..e4669c188 100644 --- a/xtuner/version.py +++ b/xtuner/version.py @@ -1,5 +1,5 @@ # Copyright (c) OpenMMLab. All rights reserved. -__version__ = '0.1.22' +__version__ = '0.1.23' short_version = __version__