From 6c25d1519990af222ba0f37bf0b50c36a6c9c476 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 8 Feb 2020 22:50:32 +0000 Subject: [PATCH] 4.2.7 --- docs/man/labelme.1 | 4 ++-- labelme/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index 982278d..dda16c2 100644 --- a/docs/man/labelme.1 +++ b/docs/man/labelme.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. -.TH LABELME "1" "February 2020" "labelme 4.2.6" "User Commands" +.TH LABELME "1" "February 2020" "labelme 4.2.7" "User Commands" .SH NAME -labelme \- manual page for labelme 4.2.6 +labelme \- manual page for labelme 4.2.7 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP diff --git a/labelme/__init__.py b/labelme/__init__.py index bf1ab1f..102dcc8 100644 --- a/labelme/__init__.py +++ b/labelme/__init__.py @@ -12,7 +12,7 @@ __appname__ = 'labelme' # 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__ = '4.2.6' +__version__ = '4.2.7' QT4 = QT_VERSION[0] == '4' QT5 = QT_VERSION[0] == '5' -- GitLab