Skip to content

Commit

Permalink
Bump version to v2.0.0rc3 (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Nov 23, 2022
1 parent b852c1c commit 104aaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmcv/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '2.0.0rc2'
__version__ = '2.0.0rc3'


def parse_version_info(version_str: str, length: int = 4) -> tuple:
Expand Down Expand Up @@ -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', 2)
version_info = (2, 0, 0, 0, 'rc', 3)

__all__ = ['__version__', 'version_info', 'parse_version_info']

0 comments on commit 104aaa8

Please sign in to comment.