From e782b89929113faf0aa3dcf3fb54325a8a42ec31 Mon Sep 17 00:00:00 2001 From: tonym Date: Fri, 16 Jan 2026 00:53:02 -0600 Subject: [PATCH] Bump version to 0.23C.4 Includes: - Issue #22: Authentication system - Issue #38: Sticky Save/Cancel buttons Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23597ad..8ad8111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.23C.3" +version = "0.23C.4" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Tony", email = "tony@nastynas.xyz" },