We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8629d commit 8cdcb2aCopy full SHA for 8cdcb2a
.gitignore
@@ -3,6 +3,7 @@ __pycache__/
3
*.py[cod]
4
*$py.class
5
.vscode/
6
+.idea/
7
# C extensions
8
*.so
9
lmdeploy/version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) OpenMMLab. All rights reserved.
2
from typing import Tuple
-__version__ = '0.0.3'
+__version__ = '0.0.4'
short_version = __version__
0 commit comments