bump: version 0.3.0 → 0.4.0

This commit is contained in:
Lance Edgar 2025-12-31 19:13:35 -06:00
parent 2ca7842e4f
commit ead51bcd5a
2 changed files with 14 additions and 2 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaSync"
version = "0.3.0"
version = "0.4.0"
description = "Wutta Framework for data import/export and real-time sync"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -29,7 +29,7 @@ dependencies = [
"humanize",
"makefun",
"SQLAlchemy-Utils",
"WuttJamaican[db]>=0.27.0",
"WuttJamaican[db]>=0.28.1",
]