Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 18, 2021
1 parent 8515fd6 commit ed8169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/man/labelme.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH LABELME "1" "October 2021" "labelme 4.5.13" "User Commands"
.TH LABELME "1" "November 2021" "labelme 4.6.0" "User Commands"
.SH NAME
labelme \- manual page for labelme 4.5.13
labelme \- manual page for labelme 4.6.0
.SH DESCRIPTION
usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
.IP
Expand Down
2 changes: 1 addition & 1 deletion labelme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 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.5.13"
__version__ = "4.6.0"

QT4 = QT_VERSION[0] == "4"
QT5 = QT_VERSION[0] == "5"
Expand Down

0 comments on commit ed8169c

Please sign in to comment.