From 43378e57bd8498577ed1d359892dbfb57081a7ae Mon Sep 17 00:00:00 2001 From: David Michaels Date: Wed, 7 Aug 2024 12:47:26 -0400 Subject: [PATCH] Added to_number function to misc_utils. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb63d9e85..7a4019475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.13.3.1b20" # TODO: To become 8.14.0 +version = "8.13.3.1b21" # TODO: To become 8.14.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"