diff --git a/client/package.json b/client/package.json index 0811377..615f534 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.22.1", + "version": "0.23C.0", "engines": { "node": "20.x" }, diff --git a/pyproject.toml b/pyproject.toml index a874f6c..e49999a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [project] name = "spoolman" -version = "0.22.1" +version = "0.23C.0" description = "A web service that keeps track of 3D printing spools." authors = [ + { name = "Tony", email = "tony@nastynas.xyz" }, { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" }, + { name = "Claude", email = "noreply@anthropic.com" }, ] dependencies = [ "uvicorn~=0.34",