From e4f846dd4ca80b41b00060edb0d4fbeddfc9e3ac Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 26 Sep 2023 08:23:50 -0400 Subject: [PATCH] Updated boto versions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df505329a..96809ea5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "7.12.0.2b4" # TODO: To become 8.0.0 +version = "7.12.0.2b6" # TODO: To become 8.0.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"