Skip to content
Snippets Groups Projects
Commit be4629a3 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

5.0.5

parent 70add167
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ __appname__ = "labelme" ...@@ -12,7 +12,7 @@ __appname__ = "labelme"
# 1. MAJOR version when you make incompatible API changes; # 1. MAJOR version when you make incompatible API changes;
# 2. MINOR version when you add functionality in a backwards-compatible manner; # 2. MINOR version when you add functionality in a backwards-compatible manner;
# 3. PATCH version when you make backwards-compatible bug fixes. # 3. PATCH version when you make backwards-compatible bug fixes.
__version__ = "5.0.4" __version__ = "5.0.5"
QT4 = QT_VERSION[0] == "4" QT4 = QT_VERSION[0] == "4"
QT5 = QT_VERSION[0] == "5" QT5 = QT_VERSION[0] == "5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment