Skip to content

Commit

Permalink
bump version to v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ly015 committed Apr 22, 2022
1 parent 52fd3f3 commit 5e318fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmpose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def digit_version(version_str):


mmcv_minimum_version = '1.3.8'
mmcv_maximum_version = '1.5.0'
mmcv_maximum_version = '1.6.0'
mmcv_version = digit_version(mmcv.__version__)


Expand Down
2 changes: 1 addition & 1 deletion mmpose/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.25.0'
__version__ = '0.25.1'
short_version = __version__


Expand Down

0 comments on commit 5e318fb

Please sign in to comment.