diff --git a/lmdeploy/version.py b/lmdeploy/version.py index 5efaeebd8..175e5af09 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.0.6' +__version__ = '0.0.7' short_version = __version__