Kentaro Wada 3 年之前
父节点
当前提交
a0f62e09b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      labelme/__init__.py

+ 1 - 1
labelme/__init__.py

@@ -12,7 +12,7 @@ __appname__ = "labelme"
 # 1. MAJOR version when you make incompatible API changes;
 # 2. MINOR version when you add functionality in a backwards-compatible manner;
 # 3. PATCH version when you make backwards-compatible bug fixes.
-__version__ = "5.0.0"
+__version__ = "5.0.1a0"
 
 QT4 = QT_VERSION[0] == "4"
 QT5 = QT_VERSION[0] == "5"