We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cdf0b commit aca3e64Copy full SHA for aca3e64
labelme/__init__.py
@@ -13,7 +13,7 @@
13
# 2. MINOR version when you add functionality in a backwards-compatible manner;
14
# 3. PATCH version when you make backwards-compatible bug fixes.
15
# e.g., 1.0.0a0, 1.0.0a1, 1.0.0b0, 1.0.0rc0, 1.0.0, 1.0.0.post0
16
-__version__ = "5.4.1"
+__version__ = "5.5.0"
17
18
QT4 = QT_VERSION[0] == "4"
19
QT5 = QT_VERSION[0] == "5"
0 commit comments