Compare commits

..

1 Commits

Author SHA1 Message Date
62ab5404cf v4.0.4
=====================================================================

- ensure that full python semver is published to pypi
2024-02-21 00:22:49 -07:00
2 changed files with 4 additions and 1 deletions

3
py/lib/.gitignore vendored
View File

@ -1 +1,4 @@
dist/
__pycache__/
*.py[cod]
*.so

View File

@ -56,5 +56,5 @@ source = 'versioningit'
packages = ['./']
[tool.versioningit]
match = ['v*']
match = ['v[0-9]*.[0-9]*.[0-9]*']