From fb6f8ea4526fc40bab757a76d55b2571e9b3f133 Mon Sep 17 00:00:00 2001 From: Lyu Han Date: Fri, 26 Jul 2024 20:20:47 +0800 Subject: [PATCH] bump version to 0.5.2.post1 (#2159) --- lmdeploy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmdeploy/version.py b/lmdeploy/version.py index b1e83a815..28e376f14 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.5.2' +__version__ = '0.5.2.post1' short_version = __version__