From 68d945977e8abb70ef8bceecdf23217831f423ee Mon Sep 17 00:00:00 2001 From: Kent Pitman Date: Mon, 23 Oct 2023 15:37:31 -0400 Subject: [PATCH] Bump alpha version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 436b65dac..7e1520b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.0.0.1-alpha.12" # to become "8.1.0" +version = "8.0.0.1-alpha.13" # to become "8.1.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"