Kentaro Wada hace 6 años
padre
commit
81d92aa852
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      labelme/_version.py

+ 5 - 1
labelme/_version.py

@@ -1 +1,5 @@
-__version__ = '3.4.1'
+# Semantic Versioning 2.0.0: https://semver.org/
+# 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__ = '3.5.0'