bump: version 0.2.1 → 0.3.0

This commit is contained in:
Lance Edgar 2025-02-20 09:32:26 -06:00
parent f0ac1d9bd4
commit eb9291fce7
2 changed files with 17 additions and 2 deletions

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "Wutta-COREPOS"
version = "0.2.1"
version = "0.3.0"
description = "Wutta Framework integration for CORE-POS"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
@ -28,7 +28,7 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"pyCOREPOS>=0.4.0",
"pyCOREPOS>=0.5.1",
"WuttJamaican>=0.20.3",
]