From b28fab77bd3010a0a6f206dcffb28624fe20d801 Mon Sep 17 00:00:00 2001 From: Chris Gregory <8800689+gregorybchris@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:26:42 -0500 Subject: [PATCH] Release hume 0.1.5 (#32) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a59bda8..97efada9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license = "Proprietary" name = "hume" readme = "README.md" repository = "https://github.com/HumeAI/hume-python-sdk" -version = "0.1.4" +version = "0.1.5" [tool.poetry.dependencies] python = ">=3.8"