Răsfoiți Sursa

bump version to 0.8.5rc2

Nick Sweeting 1 an în urmă
părinte
comite
8d4194ed36
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      package.json
  2. 1 1
      pyproject.toml

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "archivebox",
-  "version": "0.8.5rc1",
+  "version": "0.8.5rc2",
   "description": "ArchiveBox: The self-hosted internet archive",
   "author": "Nick Sweeting <[email protected]>",
   "repository": "github:ArchiveBox/ArchiveBox",

+ 1 - 1
pyproject.toml

@@ -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 = "[email protected]"}]