Skip to content

Commit 06425da

Browse files
committed
4.5.8
1 parent 66d007f commit 06425da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/man/labelme.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
2-
.TH LABELME "1" "January 2021" "labelme 4.5.7" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
2+
.TH LABELME "1" "June 2021" "labelme 4.5.8" "User Commands"
33
.SH NAME
4-
labelme \- manual page for labelme 4.5.7
4+
labelme \- manual page for labelme 4.5.8
55
.SH DESCRIPTION
66
usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
77
.IP

labelme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# 1. MAJOR version when you make incompatible API changes;
1313
# 2. MINOR version when you add functionality in a backwards-compatible manner;
1414
# 3. PATCH version when you make backwards-compatible bug fixes.
15-
__version__ = "4.5.7"
15+
__version__ = "4.5.8"
1616

1717
QT4 = QT_VERSION[0] == "4"
1818
QT5 = QT_VERSION[0] == "5"

0 commit comments

Comments
 (0)