bump version

This commit is contained in:
Nick Sweeting 2024-10-09 19:12:52 -07:00
parent 5e2dfb5baa
commit 17127f64f9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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 = "pyproject.toml@archivebox.io"}]

View file

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