bump: version 0.3.0 → 0.4.0

This commit is contained in:
Lance Edgar 2025-01-23 17:17:18 -06:00
parent 7167c6a7cc
commit b35c9bcdfa
2 changed files with 16 additions and 2 deletions

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "Sideshow"
version = "0.3.0"
version = "0.4.0"
description = "Case/Special Order Tracker"
readme = "README.md"
authors = [
@ -33,7 +33,7 @@ license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8"
dependencies = [
"psycopg2",
"WuttaWeb>=0.20.1",
"WuttaWeb>=0.20.5",
]
[project.optional-dependencies]