Browse Source

bump version

Nick Sweeting 1 year ago
parent
commit
17127f64f9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pyproject.toml
  2. 1 1
      uv.lock

+ 1 - 1
pyproject.toml

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

+ 1 - 1
uv.lock

@@ -41,7 +41,7 @@ wheels = [
 
 [[package]]
 name = "archivebox"
-version = "0.8.5rc35"
+version = "0.8.5rc36"
 source = { editable = "." }
 dependencies = [
     { name = "atomicwrites" },