From a99f3bfd49845b6848040f35bbeebccc5f5e8ac0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 8 Jun 2026 04:48:46 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 045960c4..abdff31b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.34rc71" +version = "0.9.35rc1" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]