From cd4dd353c0beff3e8d1f7275b8a0b007fee0dad1 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 28 Sep 2023 12:48:54 -0400 Subject: [PATCH] Fix to qa_utils for application/vnd.software602.filler.form+xml mime type return from mimetypes.guess_type on Ubuntu 22.04. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbb7db262..a0c152d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "7.12.0.2b7" # TODO: To become 8.0.0 +version = "7.12.0.2b8" # 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"