diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index cfae9d23e1625e3ce1e12d2619ec9c27239d63c1..58d0eaf87e4a2b73cca15c9d4499e859581e0359 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.12. -.TH LABELME "1" "January 2020" "labelme 4.0.0" "User Commands" +.TH LABELME "1" "January 2020" "labelme 4.1.0" "User Commands" .SH NAME -labelme \- manual page for labelme 4.0.0 +labelme \- manual page for labelme 4.1.0 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP diff --git a/labelme/__init__.py b/labelme/__init__.py index 938c68cbbe009b81b15785bfd112fee755021c80..f068c6c6c6d0021ba50e9de0ecfc8c462fe6ee0f 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.0.0' +__version__ = '4.1.0' QT4 = QT_VERSION[0] == '4' QT5 = QT_VERSION[0] == '5'