From a32edd48266d3d50d6eca399dd84cd9ba7ae5126 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 6 Aug 2024 10:38:48 -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 2e0afc498..b9bd1e15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.13.3.1b14" # TODO: To become 8.14.0 +version = "8.13.3.1b15" # 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"