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) <noreply@anthropic.com>
This commit is contained in:
Nick Sweeting
2026-03-15 18:44:31 -07:00
parent 70c9358cf9
commit f97725d16f

View File

@@ -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"}]