From bb5e74949deac8044d77a68e63cd8d64d3a802df Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:19:50 -0400 Subject: [PATCH] Add bump --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fa4868e..e41005b 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,10 @@ deps = commands = pytest {posargs:tests} +[testenv:bump] +deps = bump-my-version +commands = bump-my-version bump {posargs} + [testenv:lint] description = Run all linting checks skip_install = false @@ -32,4 +36,4 @@ python = 3.8: py38, type 3.9: py39 3.10: py310 - 3.11: py311, lint, type \ No newline at end of file + 3.11: py311, lint, type