From 5a93e7d7518d347a9c381ce261fa4390a4385b7b Mon Sep 17 00:00:00 2001 From: whcao <41630003+HIT-cwh@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:50:31 +0800 Subject: [PATCH] bump version to 0.1.22 (#855) --- xtuner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner/version.py b/xtuner/version.py index 85cbb5561..c77f4bf8f 100644 --- a/xtuner/version.py +++ b/xtuner/version.py @@ -1,5 +1,5 @@ # Copyright (c) OpenMMLab. All rights reserved. -__version__ = '0.1.21' +__version__ = '0.1.22' short_version = __version__