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
eb57b3bb
Unverified
Commit
eb57b3bb
authored
Jan 18, 2023
by
Zaida Zhou
Committed by
GitHub
Jan 18, 2023
Browse files
Bump version to v2.0.0rc4 (#2559)
parent
009cfe60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mmcv/version.py
mmcv/version.py
+2
-2
No files found.
mmcv/version.py
View file @
eb57b3bb
# Copyright (c) OpenMMLab. All rights reserved.
__version__
=
'2.0.0rc
3
'
__version__
=
'2.0.0rc
4
'
def
parse_version_info
(
version_str
:
str
,
length
:
int
=
4
)
->
tuple
:
...
...
@@ -30,6 +30,6 @@ def parse_version_info(version_str: str, length: int = 4) -> tuple:
return
tuple
(
release
)
version_info
=
(
2
,
0
,
0
,
0
,
'rc'
,
3
)
version_info
=
(
2
,
0
,
0
,
0
,
'rc'
,
4
)
__all__
=
[
'__version__'
,
'version_info'
,
'parse_version_info'
]
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