Skip to content

Commit

Permalink
Bump version to v1.3.2 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida authored Apr 29, 2021
1 parent 3c7321c commit c4aa414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = '1.3.2'


def parse_version_info(version_str):
def parse_version_info(version_str: str) -> tuple:
"""Parse a version string into a tuple.
Args:
Expand Down

0 comments on commit c4aa414

Please sign in to comment.