bump: version 0.8.0 → 0.9.0

This commit is contained in:
Lance Edgar 2026-03-10 10:59:27 -05:00
parent 3bacb884dc
commit 8baf140c70
2 changed files with 29 additions and 2 deletions

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaFarm"
version = "0.8.0"
version = "0.9.0"
description = "Web app to integrate with and extend farmOS"
readme = "README.md"
authors = [
@ -34,7 +34,7 @@ dependencies = [
"pyramid_exclog",
"uvicorn[standard]",
"WuttaSync",
"WuttaWeb[continuum]>=0.29.0",
"WuttaWeb[continuum]>=0.29.2",
]