Kentaro Wada 6 years ago
parent
commit
81d92aa852
1 changed files with 5 additions and 1 deletions
  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'