From 553d11ab315f32ddfab0c04936bc549493c3b84a Mon Sep 17 00:00:00 2001 From: Jessie Frazelle Date: Sun, 10 May 2026 18:37:44 -0700 Subject: [PATCH] chore(release): bump kittycad to 1.3.7 Signed-off-by: Jessie Frazelle --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 796a2d97a..89d532a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kittycad" -version = "1.3.6" +version = "1.3.7" description = "A client library for accessing KittyCAD" authors = [] readme = "README.md" diff --git a/uv.lock b/uv.lock index 293c3f5b5..8eb4da701 100644 --- a/uv.lock +++ b/uv.lock @@ -399,7 +399,7 @@ wheels = [ [[package]] name = "kittycad" -version = "1.3.6" +version = "1.3.7" source = { editable = "." } dependencies = [ { name = "attrs" },