From 3e5e8017523801f2dfddc387678c1025981119f0 Mon Sep 17 00:00:00 2001 From: whcao <41630003+HIT-cwh@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:40:37 +0800 Subject: [PATCH] bump version to 0.1.1 (#85) --- xtuner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner/version.py b/xtuner/version.py index a68115ba5..d81c3e280 100644 --- a/xtuner/version.py +++ b/xtuner/version.py @@ -1,5 +1,5 @@ # Copyright (c) OpenMMLab. All rights reserved. -__version__ = '0.1.0' +__version__ = '0.1.1' short_version = __version__