From 7d9aeb3cf00092a6cdb55fd9785b0a00f7865350 Mon Sep 17 00:00:00 2001 From: David McKee Date: Tue, 3 Dec 2024 11:40:06 +0000 Subject: [PATCH] v29.0.0-alpha.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a800d8ce..3755df1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "28.0.0" +version = "29.0.0-alpha.2" description = "An API client for interacting with the underlying data in Find Caselaw." authors = ["The National Archives"] homepage = "https://github.com/nationalarchives/ds-caselaw-custom-api-client"