diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index f4febf95cf376282287327c5e3d9321c6ef4e653..61e8b4e92f524ea33c288f2113594a845d20f390 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" "June 2020" "labelme 4.5.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. +.TH LABELME "1" "June 2020" "labelme 4.5.2" "User Commands" .SH NAME -labelme \- manual page for labelme 4.5.1 +labelme \- manual page for labelme 4.5.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: -/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 bdc9bd6706251c6b8f8ef895daf52bf061038c0b..0ffe6252710e0bda2f9dfd613b16f1d6b9160815 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.1" +__version__ = "4.5.2" QT4 = QT_VERSION[0] == "4" QT5 = QT_VERSION[0] == "5"