Skip to content

Commit 58a328e

Browse files
committed
chore: Add version bumping script
1 parent e2108d9 commit 58a328e

File tree

2 files changed

+485
-0
lines changed

2 files changed

+485
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ test = "pytest {args}"
116116
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=zabbix_cli --cov=tests {args}"
117117
no-cov = "cov --no-cov {args}"
118118
lint = "ruff check zabbix_cli {args}"
119+
# Version bumping
120+
bump = "python scripts/bump_version.py {args}"
119121

120122
[[tool.hatch.envs.test.matrix]]
121123
python = ["39", "310", "311"]

0 commit comments

Comments
 (0)