bump: version 0.0.0 → 0.1.0

This commit is contained in:
Lance Edgar 2025-01-13 13:35:20 -06:00
parent 4dc9cb36b7
commit 5ded5356f7
2 changed files with 13 additions and 3 deletions

View file

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "Sideshow-COREPOS"
version = "0.0.0"
version = "0.1.0"
description = "Case/Special Order Tracker for CORE-POS"
readme = "README.md"
authors = [
@ -31,8 +31,8 @@ classifiers = [
license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8"
dependencies = [
"Sideshow",
"Wutta-COREPOS[web]",
"Sideshow>=0.3.0",
"Wutta-COREPOS[web]>=0.2.0",
]
[project.optional-dependencies]