From da3dbc1f67d3a3a0899982ef61bbd82f4a31152e Mon Sep 17 00:00:00 2001 From: grallewellyn Date: Thu, 5 Dec 2024 18:57:09 +0000 Subject: [PATCH] /version 4.1.1a3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26fbe60..841ab6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maap-api-nasa" -version = "4.1.1a2" +version = "4.1.1a3" description = "NASA Python implementation of the MAAP API specification" authors = ["MAAP-Project Platform "] license = "Apache 2.0"