bump: version 0.5.1 → 0.6.0

This commit is contained in:
Lance Edgar 2026-03-17 19:51:53 -05:00
parent d7d0768a9c
commit ad80bc8113
2 changed files with 9 additions and 2 deletions

View file

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