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" },