change version to 0.1.0 (#499)

pull/500/head
Mashiro 2022-09-01 00:05:49 +08:00 committed by GitHub
parent 5af1c8437e
commit 80b85d7a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.0.1'
__version__ = '0.1.0'
def parse_version_info(version_str):
"""Parse the version information.
Args:
version_str (str): version string like '0.0.1'.
version_str (str): version string like '0.1.0'.
Returns:
tuple: version information contains major, minor, micro version.