From 2075f36838daa4eeafa8a1159a7f06850976259d Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 14 Jan 2026 23:37:34 -0600 Subject: [PATCH] chore: Bump version to 0.23.0 Co-Authored-By: Claude Opus 4.5 --- client/package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 0811377..65eadb4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.22.1", + "version": "0.23.0", "engines": { "node": "20.x" }, diff --git a/pyproject.toml b/pyproject.toml index a874f6c..7cb8959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.22.1" +version = "0.23.0" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },