diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index 34d7b2444a6656bc495bc45e11646d341494f5cb..afa7e7759a10dec0b6058137aa0c36344bb3dc87 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" "August 2019" "labelme 3.16.5" "User Commands" +.TH LABELME "1" "August 2019" "labelme 3.16.6" "User Commands" .SH NAME -labelme \- manual page for labelme 3.16.5 +labelme \- manual page for labelme 3.16.6 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP @@ -35,7 +35,7 @@ output file or directory (if it ends with .json it is recognized as file, else as directory) .TP \fB\-\-config\fR CONFIG_FILE -config file (default: /Users/wkentaro/.labelmerc) +config file (default: /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 1b4af83d20d404b4ffde52f3aa5706469a1d5b10..806cf0afbf276d023fb2c0e3950ca5e76f6eff97 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.16.5' +__version__ = '3.16.6'