From ae1d9811471b9ba8dea69cac52a03e3c37e34eff Mon Sep 17 00:00:00 2001 From: whcao <41630003+HIT-cwh@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:20:12 +0800 Subject: [PATCH] bump version to 0.1.18 (#590) --- xtuner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner/version.py b/xtuner/version.py index 4afbbc5d6..05a077073 100644 --- a/xtuner/version.py +++ b/xtuner/version.py @@ -1,5 +1,5 @@ # Copyright (c) OpenMMLab. All rights reserved. -__version__ = '0.1.18.dev0' +__version__ = '0.1.18' short_version = __version__