From 24e55346776b9842b9b6d13dc62afc2cfb41a565 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Sat, 23 Dec 2023 12:43:26 -0500 Subject: [PATCH] Refactor out functions in zip_utils to tmpfile_utils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f99d35066..52f3ebe09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.5.0.1b10" # TODO: To become 8.6.0 +version = "8.5.0.1b11" # TODO: To become 8.6.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"