From 06425dabaa3a998fc39f76fc204b25ef4b87348e Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 27 Jun 2021 14:06:07 +0900 Subject: [PATCH] 4.5.8 --- docs/man/labelme.1 | 6 +++--- labelme/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index cf60159d2..837669d64 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.8. -.TH LABELME "1" "January 2021" "labelme 4.5.7" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. +.TH LABELME "1" "June 2021" "labelme 4.5.8" "User Commands" .SH NAME -labelme \- manual page for labelme 4.5.7 +labelme \- manual page for labelme 4.5.8 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP diff --git a/labelme/__init__.py b/labelme/__init__.py index 2d8f6def7..bb2579ea2 100644 --- a/labelme/__init__.py +++ b/labelme/__init__.py @@ -12,7 +12,7 @@ # 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.5.7" +__version__ = "4.5.8" QT4 = QT_VERSION[0] == "4" QT5 = QT_VERSION[0] == "5"