diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index 44ca1851ea1265070830101194a3de5baa43e638..fb05207d20de679f89174b9109669ad49ee49507 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.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. +.TH LABELME "1" "February 2020" "labelme 4.2.1" "User Commands" .SH NAME -labelme \- manual page for labelme 4.2.0 +labelme \- manual page for labelme 4.2.1 .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/__init__.py b/labelme/__init__.py index 030fddd7d3934bcdba35966d1298f3f44e3fa54d..b586e462d24abcc021aa68732879dded94e60a11 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.0' +__version__ = '4.2.1' QT4 = QT_VERSION[0] == '4' QT5 = QT_VERSION[0] == '5'