diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index ac1fd80761af3c7103cb4495519d67f772aab8d6..8105910c397363917132ab4d3c06e9a0b8b00502 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" "January 2020" "labelme 3.20.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. +.TH LABELME "1" "January 2020" "labelme 3.20.2" "User Commands" .SH NAME -labelme \- manual page for labelme 3.20.1 +labelme \- manual page for labelme 3.20.2 .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: -/Users/wkentaro/.labelmerc) +/home/wkentaro/.labelmerc) .TP \fB\-\-nodata\fR stop storing image data to JSON file diff --git a/labelme/_version.py b/labelme/_version.py index 86c26eee7c50cbe8d07bcbba4e9add98366b1283..e4dba9cd6ef8d8e073e7f7bfd334a0ea07f593ad 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.20.1' +__version__ = '3.20.2'