Skip to content

Commit

Permalink
Bump version to v0.12.0 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerlin authored Feb 28, 2021
1 parent 9d142d5 commit 789fb7f
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 @@ -3,7 +3,7 @@

from .version import __version__

mmcv_minimum_version = '1.1.1'
mmcv_minimum_version = '1.2.6'
mmcv_maximum_version = '1.3'
mmcv_version = digit_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.11.0'
__version__ = '0.12.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 789fb7f

Please sign in to comment.