From 4274ffbc846a4c5b4473d01d8c473daff14e45ae Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 14 Jun 2020 17:51:15 +0100 Subject: [PATCH] 4.5.0 --- docs/man/labelme.1 | 4 ++-- labelme/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man/labelme.1 b/docs/man/labelme.1 index 1186ff6..9b3882c 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.15. -.TH LABELME "1" "May 2020" "labelme 4.4.0" "User Commands" +.TH LABELME "1" "June 2020" "labelme 4.5.0" "User Commands" .SH NAME -labelme \- manual page for labelme 4.4.0 +labelme \- manual page for labelme 4.5.0 .SH DESCRIPTION usage: labelme [\-h] [\-\-version] [\-\-reset\-config] .IP diff --git a/labelme/__init__.py b/labelme/__init__.py index 09a10b0..d075360 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.4.0" +__version__ = "4.5.0" QT4 = QT_VERSION[0] == "4" QT5 = QT_VERSION[0] == "5" -- GitLab