diff --git a/README.md b/README.md index 7f5b570c83910551a68d77e935df3e2b12a7801c..8aafa09412446e082400c36458ca817a387f8488 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,14 @@ cat model.tflite | tosa-converter-for-tflite | This tool supports Linux and Windows(r) on x86_64 architectures. +## Versioning + +This project uses Calendar Versioning ([CalVer](https://calver.org/)) in the format: `YYYY.0M.Micro` + +- **YYYY** – 4-digit release year (e.g., 2025) +- **0M** – 2-digit Zero-padded release month (e.g., 07 for July) +- **Micro** – The third and usually final number in the version. Sometimes referred to as the "patch" segment. + # License TOSA Converter for TFLite is distributed under the Apache 2.0 License.