From d7a896b0a8bf7488271d14578f9b5bfc5047727b Mon Sep 17 00:00:00 2001 From: artemiyatcohere Date: Fri, 13 Dec 2024 14:26:25 +0000 Subject: [PATCH] Pyproject version bump 0.9.3 to 0.9.4 (#67) This pull request updates the version of the `compass-sdk` package to `0.9.4`. - The `version` field in the `[tool.poetry]` section is updated from `0.9.3` to `0.9.4`. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5c737d..d10f63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "compass-sdk" -version = "0.9.3" +version = "0.9.4" authors = [] description = "Compass SDK" readme = "README.md"