release: archivebox 0.9.35rc24

This commit is contained in:
Nick Sweeting 2026-06-11 00:48:08 -07:00
parent bb598b9710
commit 2e9be6751e
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View File

@ -157,7 +157,6 @@ PY
/usr/bin/uv sync \
--project /tmp/archivebox-uv-project \
--refresh \
--python-platform linux \
--no-dev \
--inexact \
--no-install-project \

View File

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.9.35rc23",
"version": "0.9.35rc24",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.35rc23"
version = "0.9.35rc24"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]