diff --git a/etc/package.json b/etc/package.json index 6987504f..e9109f72 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc96", + "version": "0.9.35rc97", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 5082b931..e58ebebf 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc96" +version = "0.9.35rc97" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] diff --git a/uv.lock b/uv.lock index d693f868..6d3b1c75 100644 --- a/uv.lock +++ b/uv.lock @@ -13,11 +13,11 @@ supported-markers = [ ] [options] -exclude-newer = "2026-06-19T18:21:59.820067841Z" +exclude-newer = "2026-06-19T18:41:00.112007495Z" exclude-newer-span = "P5D" [options.exclude-newer-package] -abxbus = { timestamp = "2026-06-24T18:21:58.820079617Z", span = "PT1S" } +abxbus = { timestamp = "2026-06-24T18:40:59.112019523Z", span = "PT1S" } abx-plugins = "2100-01-01T00:00:00Z" abx-dl = "2100-01-01T00:00:00Z" abxpkg = "2100-01-01T00:00:00Z" @@ -124,7 +124,7 @@ wheels = [ [[package]] name = "archivebox" -version = "0.9.35rc96" +version = "0.9.35rc97" source = { editable = "." } dependencies = [ { name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },