From 874e7887cfedad36fee5eb7b2412a0ad8840252d Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Wed, 31 Jul 2024 13:46:27 -0400 Subject: [PATCH] bump to minor version for object name change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f84020007..c283c72bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # This project configuration should relate only to the high level notebook api (as primary deps). [tool.poetry] name = "bio-check" -version = "1.0.2" +version = "1.1.0" description = "Simulation Verification Service and API" authors = ["Alex Patrie "] readme = "README.md"