Skip to content

Commit

Permalink
Bump version to v0.0.4 (InternLM#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 authored Aug 14, 2023
1 parent 8e8629d commit 8cdcb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
.vscode/
.idea/
# C extensions
*.so

Expand Down
2 changes: 1 addition & 1 deletion lmdeploy/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) OpenMMLab. All rights reserved.
from typing import Tuple

__version__ = '0.0.3'
__version__ = '0.0.4'
short_version = __version__


Expand Down

0 comments on commit 8cdcb2a

Please sign in to comment.