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
MMCV
Commits
235c0253
"src/lib/vscode:/vscode.git/clone" did not exist on "2fa594d5bd786bda8b421eda5c750785a8ad5906"
Unverified
Commit
235c0253
authored
Apr 19, 2022
by
Zaida Zhou
Committed by
GitHub
Apr 19, 2022
Browse files
bump version to v1.5.0 (#1883)
parent
a80df687
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mmcv/version.py
mmcv/version.py
+1
-1
setup.py
setup.py
+1
-0
No files found.
mmcv/version.py
View file @
235c0253
# Copyright (c) OpenMMLab. All rights reserved.
__version__
=
'1.
4.8
'
__version__
=
'1.
5.0
'
def
parse_version_info
(
version_str
:
str
,
length
:
int
=
4
)
->
tuple
:
...
...
setup.py
View file @
235c0253
...
...
@@ -406,6 +406,7 @@ setup(
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python :: 3.9'
,
'Programming Language :: Python :: 3.10'
,
'Topic :: Utilities'
,
],
url
=
'https://github.com/open-mmlab/mmcv'
,
...
...
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