1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-12 17:44:33 +02:00

bump version to 0.8.5rc2

This commit is contained in:
Nick Sweeting
2024-10-05 03:17:10 -07:00
parent 66a785bb35
commit 8d4194ed36
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.8.5rc1",
"version": "0.8.5rc2",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",

View File

@@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.5rc1"
version = "0.8.5rc2"
requires-python = ">=3.10"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]