From d9e7dbd5032cdd6ade863d4da59501e905e4f15d Mon Sep 17 00:00:00 2001 From: benrules3 <150701337+benrules3@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:23:15 -0500 Subject: [PATCH] Increment version for tip of main (#36) ## Description Incrementing the version in the poetry definition for coordination with the main compass release. Will tag the release as well to bring these into alignment. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e04ae0..1febcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "compass-sdk" -version = "0.3.1" +version = "0.3.2" authors = [] description = "Compass SDK"