Bump release version to 0.9.35rc376

This commit is contained in:
ArchiveBox Release Bot 2026-09-01 21:48:47 +00:00
parent 2d8de8931b
commit 743ca335ad
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.9.35rc375",
"version": "0.9.35rc376",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.35rc375"
version = "0.9.35rc376"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@ -342,7 +342,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations"
[tool.bumpver]
current_version = "v0.9.35rc375"
current_version = "v0.9.35rc376"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"

View File

@ -120,7 +120,7 @@ wheels = [
[[package]]
name = "archivebox"
version = "0.9.35rc375"
version = "0.9.35rc376"
source = { editable = "." }
dependencies = [
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },