From f734e29346150a8dcd9604614080482cdab9a75b Mon Sep 17 00:00:00 2001 From: Chris Gregory <8800689+gregorybchris@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:29:29 -0700 Subject: [PATCH] Update version to 0.4.1 (#95) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3687911..9aa23066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ license = "Proprietary" name = "hume" readme = "README.md" repository = "https://github.com/HumeAI/hume-python-sdk" -version = "0.4.0" +version = "0.4.1" [tool.poetry.dependencies] python = ">=3.8.1,<4"