Kentaro Wada 5 lat temu
rodzic
commit
245fd0fe80
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 4 4
      docs/man/labelme.1
  2. 1 1
      labelme/_version.py

+ 4 - 4
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.21.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH LABELME "1" "January 2020" "labelme 3.21.1" "User Commands"
 .SH NAME
 .SH NAME
-labelme \- manual page for labelme 3.21.0
+labelme \- manual page for labelme 3.21.1
 .SH DESCRIPTION
 .SH DESCRIPTION
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 .IP
 .IP
@@ -35,7 +35,7 @@ recognized as file, else as directory)
 .TP
 .TP
 \fB\-\-config\fR CONFIG
 \fB\-\-config\fR CONFIG
 config file or yaml\-format string (default:
 config file or yaml\-format string (default:
-/Users/wkentaro/.labelmerc)
+/home/wkentaro/.labelmerc)
 .TP
 .TP
 \fB\-\-nodata\fR
 \fB\-\-nodata\fR
 stop storing image data to JSON file
 stop storing image data to JSON file

+ 1 - 1
labelme/_version.py

@@ -2,4 +2,4 @@
 # 1. MAJOR version when you make incompatible API changes;
 # 1. MAJOR version when you make incompatible API changes;
 # 2. MINOR version when you add functionality in a backwards-compatible manner;
 # 2. MINOR version when you add functionality in a backwards-compatible manner;
 # 3. PATCH version when you make backwards-compatible bug fixes.
 # 3. PATCH version when you make backwards-compatible bug fixes.
-__version__ = '3.21.0'
+__version__ = '3.21.1'