From 22fe54c8ca9a0ea763e042f19c04f1427a34c7e8 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 22 Dec 2018 00:30:43 +0900 Subject: [PATCH] 3.6.9 --- labelme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/_version.py b/labelme/_version.py index dd2b4ad..2488016 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.8' +__version__ = '3.6.9' -- GitLab