Default version when no tags exist is not compliant with semantic versioning ```bash user@x:~/xxx $git tag user@x:~/xxx $hatch version 0.1.dev20 ``` To be compliant semantic versioning it should starts with "0.1.0.devN".