From 67e9d3149c7dbc5029a691463257947cccfadcea Mon Sep 17 00:00:00 2001 From: Greg Sweeney Date: Fri, 29 Nov 2024 16:24:06 -0500 Subject: [PATCH] bump version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4008c88f..94217f304 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -2860,4 +2860,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "02e1a14318888f7e669841f53123dd1ddadd92f49feb3da56c793bb62fdd76b1" +content-hash = "4236e2b76d4d8af42faa90c6f5e80a7abd04166a5d517ec7a39aedf68d321b4f" diff --git a/pyproject.toml b/pyproject.toml index 51de610e6..d4a33a361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kittycad" -version = "0.7.3" +version = "0.7.4" description = "A client library for accessing KittyCAD" authors = []