From df68f416fb1288b16b83124cbc1a8cebc08fd5aa Mon Sep 17 00:00:00 2001 From: Nick Sweeting <github@sweeting.me> Date: Tue, 8 Oct 2024 17:11:37 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61494a51..498cab56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.8.5rc12" +version = "0.8.5rc13" requires-python = ">=3.10" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]