Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Lmdeploy
Commits
8cdcb2a9
"...source/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "fa71c5e276940fbede4fd9749b2505218315bced"
Unverified
Commit
8cdcb2a9
authored
Aug 14, 2023
by
Lyu Han
Committed by
GitHub
Aug 14, 2023
Browse files
Bump version to v0.0.4 (#231)
parent
8e8629de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitignore
.gitignore
+1
-0
lmdeploy/version.py
lmdeploy/version.py
+1
-1
No files found.
.gitignore
View file @
8cdcb2a9
...
@@ -3,6 +3,7 @@ __pycache__/
...
@@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*.py[cod]
*$py.class
*$py.class
.vscode/
.vscode/
.idea/
# C extensions
# C extensions
*.so
*.so
...
...
lmdeploy/version.py
View file @
8cdcb2a9
# Copyright (c) OpenMMLab. All rights reserved.
# Copyright (c) OpenMMLab. All rights reserved.
from
typing
import
Tuple
from
typing
import
Tuple
__version__
=
'0.0.
3
'
__version__
=
'0.0.
4
'
short_version
=
__version__
short_version
=
__version__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment