Kentaro Wada %!s(int64=3) %!d(string=hai) anos
pai
achega
1db6862044
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 1 1
      labelme/__init__.py
  2. 0 1
      setup.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__ = "4.6.0"
+__version__ = "5.0.0"
 
 QT4 = QT_VERSION[0] == "4"
 QT5 = QT_VERSION[0] == "5"

+ 0 - 1
setup.py

@@ -98,7 +98,6 @@ def main():
             sys.exit(1)
 
         commands = [
-            "python tests/docs_tests/man_tests/test_labelme_1.py",
             "git push origin main",
             "git tag v{:s}".format(version),
             "git push origin --tags",