Skip to content

Commit 789fb7f

Browse files
authored
Bump version to v0.12.0 (#660)
1 parent 9d142d5 commit 789fb7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmaction/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .version import __version__
55

6-
mmcv_minimum_version = '1.1.1'
6+
mmcv_minimum_version = '1.2.6'
77
mmcv_maximum_version = '1.3'
88
mmcv_version = digit_version(mmcv.__version__)
99

mmaction/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.11.0'
3+
__version__ = '0.12.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)