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