Skip to content

Commit

Permalink
bump version to v1.5.0 (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Apr 18, 2022
1 parent a80df68 commit 235c025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ def get_extensions():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Utilities',
],
url='https://github.com/open-mmlab/mmcv',
Expand Down

0 comments on commit 235c025

Please sign in to comment.