Compare commits

..

1 Commits

Author SHA1 Message Date
1adb45d75e v4.0.5
=====================================================================

- one last python semver fix and then BOOM
2024-02-21 00:29:33 -07:00

View File

@ -55,6 +55,5 @@ source = 'versioningit'
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ['./'] packages = ['./']
[tool.versioningit] [tool.versioningit.vcs]
match = ['v[0-9]*.[0-9]*.[0-9]*'] match = ['v[0-9]*.[0-9]*.[0-9]*']