Skip to content

Commit 14a6277

Browse files
committed
2025-12-28 19:29:43 (Sun) > DW-Mac > derekwan
1 parent 4ea9992 commit 14a6277

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
name = "dycw-utilities"
102102
readme = "README.md"
103103
requires-python = ">= 3.12"
104-
version = "0.174.13"
104+
version = "0.174.17"
105105

106106
[project.entry-points.pytest11]
107107
pytest-randomly = "utilities.pytest_plugins.pytest_randomly"
@@ -135,7 +135,7 @@
135135
# bump-my-version
136136
[tool.bumpversion]
137137
allow_dirty = true
138-
current_version = "0.174.13"
138+
current_version = "0.174.17"
139139

140140
[[tool.bumpversion.files]]
141141
filename = "src/utilities/__init__.py"

src/utilities/__init__.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utilities/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def rsync_many(
505505

506506
def _rsync_many_prepare(src: PathLike, dest: PathLike, temp: PathLike, /) -> list[str]:
507507
dest, temp = map(Path, [dest, temp])
508-
n = len(list(temp.iterdir()))
508+
len(list(temp.iterdir()))
509509
copy_file()
510510

511511

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)