From 7c6908524c8f27f04d8867bdd3efd5541106b3de Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 2 Nov 2023 14:04:30 -0400 Subject: [PATCH] update to 8.2.0; pr approved; ready to merge to master --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4094305b6..5c3863c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.1.0.1b1" # TODO: To become 8.2.0 +version = "8.2.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"