From 69a83a66980b4d5425a83b17ec6d5ff782ca8a72 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Fri, 21 Dec 2018 09:40:10 +0900 Subject: [PATCH] 3.6.2 --- labelme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/_version.py b/labelme/_version.py index 362e40f..f38c07d 100644 --- a/labelme/_version.py +++ b/labelme/_version.py @@ -2,4 +2,4 @@ # 1. MAJOR version when you make incompatible API changes; # 2. MINOR version when you add functionality in a backwards-compatible manner; # 3. PATCH version when you make backwards-compatible bug fixes. -__version__ = '3.6.1' +__version__ = '3.6.2' -- GitLab