From 137b1600a841c0b5deda42eb02d2f91b17e1b2cc Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 6 Apr 2023 15:36:16 -0700 Subject: [PATCH] bump version (#71) Signed-off-by: Jess Frazelle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df29251fe..7b67910c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kittycad" -version = "0.3.4" +version = "0.3.5" description = "A client library for accessing KittyCAD" authors = []