From c83abd798ceff4cd8983831ab7f27bb7545a0044 Mon Sep 17 00:00:00 2001 From: Nick Sweeting <git@sweeting.me> Date: Thu, 24 Oct 2024 15:26:40 -0700 Subject: [PATCH] bump version v0.8.5rc52 -> v0.8.5rc53 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed43b8e2..0435e314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.8.5rc52" +version = "0.8.5rc53" requires-python = ">=3.10" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -216,7 +216,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations" [tool.bumpver] -current_version = "v0.8.5rc52" +current_version = "v0.8.5rc53" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"