Kentaro Wada 6 жил өмнө
parent
commit
81d92aa852
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  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'