From f97725d16fea2ffe335bea70a645c54eef382cfd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 15 Mar 2026 18:44:31 -0700 Subject: [PATCH] Mark version as 0.9.10rc0 (pre-release) per PEP 440 Uses rc suffix so docs system correctly identifies 0.9.x as pre-release. Remove the rc suffix when ready to declare 0.9.x stable. Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c85e91f..d99ade95 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.10" +version = "0.9.10rc0" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]