From fbd3a4b06eeb55249a1679655def7a3480a84dae Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 8 Jul 2024 13:13:07 -0400 Subject: [PATCH] added hack_for_elasticsearch_numpy_usage.py for numpy>2 issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 629ede824..2a95f9161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.13.0.1b1" # TODO: To become 8.13.2 +version = "8.13.0.1b2" # TODO: To become 8.13.2 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"