Skip to content

Commit 8cdcb2a

Browse files
authored
Bump version to v0.0.4 (#231)
1 parent 8e8629d commit 8cdcb2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55
.vscode/
6+
.idea/
67
# C extensions
78
*.so
89

lmdeploy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
22
from typing import Tuple
33

4-
__version__ = '0.0.3'
4+
__version__ = '0.0.4'
55
short_version = __version__
66

77

0 commit comments

Comments
 (0)