Skip to content

Commit

Permalink
Merge pull request #89 from aeturrell/toml-fix
Browse files Browse the repository at this point in the history
version bumper fix
  • Loading branch information
aeturrell authored Jan 2, 2025
2 parents 757cf82 + ab1e955 commit 7fd275f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ def bump_version(part: Literal["major", "minor", "patch"] = "patch") -> None:
new_version = f"{major}.{minor}.{patch}"
subprocess.run(
[
"uvx",
"--from=toml-cli",
"micromamba",
"run",
"-n",
"codeforecon",
"toml",
"set",
"--toml-path=pyproject.toml",
Expand Down

0 comments on commit 7fd275f

Please sign in to comment.