Skip to content

Commit ac14596

Browse files
authored
Fix bump-version script (#204)
In the past PR, I missed the bump-version script and didn't change it from working with poetry to uv.
1 parent 47e1e41 commit ac14596

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dev = [
4242
"ruff>=0.14.9",
4343
"mypy>=1.19.0",
4444
"basedpyright>=1.36.1",
45-
"toml-cli>=0.5.0,<0.6",
4645
"prek>=0.2.23",
4746
]
4847

s/bump-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [ -z "${1}" ]; then
55
exit 1
66
fi
77

8-
./.venv/bin/toml set --toml-path pyproject.toml tool.poetry.version "${1}"
8+
uv version "${1}"

uv.lock

Lines changed: 0 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)