From 8d949d33a4b642793144d7bd9735e867e106feda Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 10 Sep 2024 09:22:36 -0700 Subject: [PATCH] bump version Signed-off-by: Jess Frazelle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a014fec3..66c8b1ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kittycad" -version = "0.6.21" +version = "0.6.22" description = "A client library for accessing KittyCAD" authors = []