From bf59b3bd6d2abd4dc174d57f600f678d17f56640 Mon Sep 17 00:00:00 2001 From: bsatoriu Date: Thu, 26 Sep 2024 20:24:27 +0000 Subject: [PATCH] /version 4.1.1a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31a4293..da714d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maap-api-nasa" -version = "4.1.0" +version = "4.1.1a0" description = "NASA Python implementation of the MAAP API specification" authors = ["MAAP-Project Platform "] license = "Apache 2.0"