From 3c32620829bf3b3211708d094b5de313e790714c Mon Sep 17 00:00:00 2001 From: lvhan028 Date: Tue, 5 Nov 2024 17:36:52 +0800 Subject: [PATCH] bump version to 0.6.2.post1 --- lmdeploy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmdeploy/version.py b/lmdeploy/version.py index b9f76b5761..8b9babb986 100644 --- a/lmdeploy/version.py +++ b/lmdeploy/version.py @@ -1,7 +1,7 @@ # Copyright (c) OpenMMLab. All rights reserved. from typing import Tuple -__version__ = '0.6.2' +__version__ = '0.6.2.post1' short_version = __version__