We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24884d commit 9e6374eCopy full SHA for 9e6374e
README.md
@@ -185,7 +185,7 @@ abx-pkg install --dry-run --binproviders=pnpm prettier
185
`abx-pkg --version` prints the package semver on the first line, then one line per available provider installer binary:
186
187
```text
188
-1.9.27
+1.9.28
189
env which /usr/bin/which 999.999.999
190
uv uv /path/to/uv 0.11.4
191
pnpm pnpm /path/to/pnpm 10.12.1
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "abx-pkg"
3
-version = "1.9.27"
+version = "1.9.28"
4
description = "System package manager interfaces with Python type hints"
5
authors = [{name = "Nick Sweeting"}, {name = "ArchiveBox"}]
6
requires-python = ">=3.11"
0 commit comments