Skip to content

Commit

Permalink
5.2.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 13, 2023
1 parent 3d9af99 commit 308473f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion labelme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# 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__ = "5.2.0"
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta
# < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0. == 1.0.0+1
__version__ = "5.2.0+1"

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

0 comments on commit 308473f

Please sign in to comment.