Added a version bumping script

This commit is contained in:
Donkie
2023-07-10 01:45:21 +02:00
parent 97bf2f68ce
commit 3dc029968b
2 changed files with 55 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ dev = [
[tool.pdm.scripts.docs]
call = "spoolman.docs:generate_docs"
[tool.pdm.scripts.bump]
call = "spoolman.bump:bump"
[tool.ruff]
select = [
"ALL",