Skip to content

Commit aca3e64

Browse files
committed
5.5.0
1 parent 76cdf0b commit aca3e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# 2. MINOR version when you add functionality in a backwards-compatible manner;
1414
# 3. PATCH version when you make backwards-compatible bug fixes.
1515
# 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"
16+
__version__ = "5.5.0"
1717

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

0 commit comments

Comments
 (0)