Kentaro Wada %!s(int64=5) %!d(string=hai) anos
pai
achega
48a3c5732c
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 5 5
      docs/man/labelme.1
  2. 1 1
      labelme/__init__.py

+ 5 - 5
docs/man/labelme.1

@@ -1,15 +1,15 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.12.
-.TH LABELME "1" "January 2020" "labelme 3.22.1" "User Commands"
+.TH LABELME "1" "January 2020" "labelme 4.0.0" "User Commands"
 .SH NAME
-labelme \- manual page for labelme 3.22.1
+labelme \- manual page for labelme 4.0.0
 .SH DESCRIPTION
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 .IP
 [\-\-logger\-level {debug,info,warning,fatal,error}]
 [\-\-output OUTPUT] [\-\-config CONFIG] [\-\-nodata] [\-\-autosave]
 [\-\-nosortlabels] [\-\-flags FLAGS] [\-\-labelflags LABEL_FLAGS]
-[\-\-labels LABELS] [\-\-validatelabel {exact,instance}]
-[\-\-keep\-prev] [\-\-epsilon EPSILON]
+[\-\-labels LABELS] [\-\-validatelabel {exact}] [\-\-keep\-prev]
+[\-\-epsilon EPSILON]
 [filename]
 .SS "positional arguments:"
 .TP
@@ -59,7 +59,7 @@ json string of label specific flags (ex. {person\-\ed+:
 comma separated list of labels OR file containing
 labels
 .TP
-\fB\-\-validatelabel\fR {exact,instance}
+\fB\-\-validatelabel\fR {exact}
 label validation types
 .TP
 \fB\-\-keep\-prev\fR

+ 1 - 1
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__ = '3.22.1'
+__version__ = '4.0.0'
 
 QT4 = QT_VERSION[0] == '4'
 QT5 = QT_VERSION[0] == '5'