From df12c91bba8a9dc12816ae8b5555460fd2662fab Mon Sep 17 00:00:00 2001 From: Kent Pitman Date: Tue, 15 Aug 2023 16:30:01 -0400 Subject: [PATCH] Issue a beta for this functionality. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 647c13fe0..8fd8826a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "7.7.2" +version = "7.7.2.1b0" # to become "7.8.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"