Skip to content

Commit 4efcad2

Browse files
committed
4.5.9
1 parent bdc322a commit 4efcad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/man/labelme.1

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

labelme/__init__.py

+1-1
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.8.post0"
15+
__version__ = "4.5.9"
1616

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

0 commit comments

Comments
 (0)