feat!: big breaking change set
All checks were successful
gitea-physics/pynam/pipeline/head This commit looks good

This commit is contained in:
2022-03-28 18:51:52 -05:00
parent e1e8c8490a
commit 6231ecc203
32 changed files with 1514 additions and 773 deletions

10
.versionrc Normal file
View File

@@ -0,0 +1,10 @@
{
"bumpFiles": [
{
"filename": "pyproject.toml",
"updater": "scripts/standard-version/pyproject-updater.js"
}
],
"sign": true,
"tag-prefix": ""
}