From 3acfce620ece53f425d10cfb687c5f064b0d7950 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 2 Jul 2024 06:13:02 -0400 Subject: [PATCH] Support for Python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3e7fc7df..204cf0a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.12.0.1b10" # TODO: To become 8.13.0 +version = "8.13.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"