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

bump version to v1.5.0 (#1883)

parent a80df687
# Copyright (c) OpenMMLab. All rights reserved. # Copyright (c) OpenMMLab. All rights reserved.
__version__ = '1.4.8' __version__ = '1.5.0'
def parse_version_info(version_str: str, length: int = 4) -> tuple: def parse_version_info(version_str: str, length: int = 4) -> tuple:
......
...@@ -406,6 +406,7 @@ setup( ...@@ -406,6 +406,7 @@ setup(
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Utilities', 'Topic :: Utilities',
], ],
url='https://github.com/open-mmlab/mmcv', url='https://github.com/open-mmlab/mmcv',
......
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