From 506455af0bb4edf6b13cec5c7d171f26c9531d52 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Sun, 14 Apr 2019 22:55:58 -0700 Subject: [PATCH] Update version to 0.2.6 (#54) * fix the time estimation when resuming from a checkpoint * fix the time estimation when resuming from a checkpoint * support str type for loggers * fix yaml dump tests * update version to v0.2.6 --- mmcv/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmcv/version.py b/mmcv/version.py index 13a85f774..44b18069b 100644 --- a/mmcv/version.py +++ b/mmcv/version.py @@ -1 +1 @@ -__version__ = '0.2.5' +__version__ = '0.2.6'