From 2b948946a7e3729a7b57d3b8762ace57e8934e7a Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Thu, 16 Jul 2020 15:56:08 +0100 Subject: [PATCH] 4.5.6 --- docs/man/labelme.1 | 8 ++++---- labelme/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index 6cc47dd..ca8baeb 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" "July 2020" "labelme 4.5.5" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. +.TH LABELME "1" "July 2020" "labelme 4.5.6" "User Commands" .SH NAME -labelme \- manual page for labelme 4.5.5 +labelme \- manual page for labelme 4.5.6 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP @@ -35,7 +35,7 @@ recognized as file, else as directory) .TP \fB\-\-config\fR CONFIG config file or yaml\-format string (default: -/home/wkentaro/.labelmerc) +/Users/wkentaro/.labelmerc) .TP \fB\-\-nodata\fR stop storing image data to JSON file diff --git a/labelme/__init__.py b/labelme/__init__.py index 19a54fb..fe614d3 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.5.5" +__version__ = "4.5.6" QT4 = QT_VERSION[0] == "4" QT5 = QT_VERSION[0] == "5" -- GitLab