Skip to content

Commit

Permalink
v0.24.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ly015 committed Jul 29, 2022
1 parent 40643bc commit 699e31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmaction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .version import __version__

mmcv_minimum_version = '1.3.6'
mmcv_maximum_version = '1.6.0'
mmcv_maximum_version = '1.7.0'
mmcv_version = digit_version(mmcv.__version__)

assert (digit_version(mmcv_minimum_version) <= mmcv_version
Expand Down
2 changes: 1 addition & 1 deletion mmaction/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.24.0'
__version__ = '0.24.1'


def parse_version_info(version_str):
Expand Down

0 comments on commit 699e31a

Please sign in to comment.