From 4c2d63ba809ddc28b165a691609fda84c5308bd3 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Mon, 25 Feb 2019 15:17:36 +0000 Subject: [PATCH] 3.10.0 --- labelme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/_version.py b/labelme/_version.py index a899363..af77978 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.9.1' +__version__ = '3.10.0' -- GitLab