We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6323812 commit 46d7a2bCopy full SHA for 46d7a2b
DLTA_AI_app/labelme/__init__.py
@@ -12,7 +12,7 @@
12
# 1. MAJOR version when you make incompatible API changes;
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
-__version__ = "1.0.2"
+__version__ = "1.1"
16
17
QT4 = QT_VERSION[0] == "4"
18
QT5 = QT_VERSION[0] == "5"
0 commit comments