bump: version 0.2.1 → 0.3.0

This commit is contained in:
Lance Edgar 2025-12-20 20:24:57 -06:00
parent 4f80085254
commit 8c5918b9fb
2 changed files with 22 additions and 3 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaSync"
version = "0.2.1"
version = "0.3.0"
description = "Wutta Framework for data import/export and real-time sync"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -29,13 +29,13 @@ dependencies = [
"humanize",
"makefun",
"SQLAlchemy-Utils",
"WuttJamaican[db]>=0.16.2",
"WuttJamaican[db]>=0.27.0",
]
[project.optional-dependencies]
docs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinxcontrib-programoutput"]
tests = ["pylint", "pytest", "pytest-cov", "tox", "Wutta-Continuum"]
tests = ["pylint", "pytest", "pytest-cov", "tox", "Wutta-Continuum>=0.3.0"]
[project.entry-points."wutta.app.providers"]