Skip to content

Commit d6d3292

Browse files
committed
5.0.1
1 parent a0f62e0 commit d6d3292

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
@@ -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__ = "5.0.1a0"
15+
__version__ = "5.0.1"
1616

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

0 commit comments

Comments
 (0)