Unverified Commit c4aa4146 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Bump version to v1.3.2 (#1006)

parent 3c7321c0
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
__version__ = '1.3.2' __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. """Parse a version string into a tuple.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment