Skip to content

Commit 9e6374e

Browse files
committed
Bump version to 1.9.28
1 parent b24884d commit 9e6374e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ abx-pkg install --dry-run --binproviders=pnpm prettier
185185
`abx-pkg --version` prints the package semver on the first line, then one line per available provider installer binary:
186186

187187
```text
188-
1.9.27
188+
1.9.28
189189
env which /usr/bin/which 999.999.999
190190
uv uv /path/to/uv 0.11.4
191191
pnpm pnpm /path/to/pnpm 10.12.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "abx-pkg"
3-
version = "1.9.27"
3+
version = "1.9.28"
44
description = "System package manager interfaces with Python type hints"
55
authors = [{name = "Nick Sweeting"}, {name = "ArchiveBox"}]
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)