From c293de6119a3b24100a6bdc1f9329fb2f974891e Mon Sep 17 00:00:00 2001 From: Ian Patterson Date: Wed, 16 Apr 2025 18:38:40 -0500 Subject: [PATCH] bump version to 0.2.2 and update consys4py dependency to 0.0.1a8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 246230b..4241b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oshconnect" -version = "0.2.1" +version = "0.2.2" description = "Library for interfacing with OSH, helping guide visualization efforts, and providing a place to store configurations." authors = ["Ian Patterson "] readme = "README.md" @@ -10,7 +10,7 @@ python = "^3.12" pydantic = "^2.7.4" shapely = "^2.0.4" websockets = "^12.0" -consys4py = "^0.0.1a1" +consys4py = "^0.0.1a8" swecommondm = "^0.0.1a0" [tool.poetry.group.dev.dependencies]