Skip to content

Commit 7616da4

Browse files
committed
4.5.5
1 parent 8f6f8ed commit 7616da4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/man/labelme.1

Lines changed: 4 additions & 4 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.15.
2-
.TH LABELME "1" "June 2020" "labelme 4.5.4" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
2+
.TH LABELME "1" "July 2020" "labelme 4.5.5" "User Commands"
33
.SH NAME
4-
labelme \- manual page for labelme 4.5.4
4+
labelme \- manual page for labelme 4.5.5
55
.SH DESCRIPTION
66
usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
77
.IP
@@ -35,7 +35,7 @@ recognized as file, else as directory)
3535
.TP
3636
\fB\-\-config\fR CONFIG
3737
config file or yaml\-format string (default:
38-
/Users/wkentaro/.labelmerc)
38+
/home/wkentaro/.labelmerc)
3939
.TP
4040
\fB\-\-nodata\fR
4141
stop storing image data to JSON file

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.4"
15+
__version__ = "4.5.5"
1616

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

0 commit comments

Comments
 (0)