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

+ 3 - 3
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.9" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
+.TH LABELME "1" "April 2020" "labelme 4.2.10" "User Commands"
 .SH NAME
 .SH NAME
-labelme \- manual page for labelme 4.2.9
+labelme \- manual page for labelme 4.2.10
 .SH DESCRIPTION
 .SH DESCRIPTION
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 .IP
 .IP

+ 1 - 1
labelme/__init__.py

@@ -12,7 +12,7 @@ __appname__ = 'labelme'
 # 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__ = '4.2.9'
+__version__ = '4.2.10'
 
 
 QT4 = QT_VERSION[0] == '4'
 QT4 = QT_VERSION[0] == '4'
 QT5 = QT_VERSION[0] == '5'
 QT5 = QT_VERSION[0] == '5'