From 4ec682f9f15983fb9f2b10d9426007b77a2e5fc6 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 28 Apr 2019 11:51:47 +0100 Subject: [PATCH] 3.14.1 --- labelme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/_version.py b/labelme/_version.py index b2f395f..9583c39 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.14.0' +__version__ = '3.14.1' -- GitLab