From 3d39bee90afab50392df93b6515a345502395e14 Mon Sep 17 00:00:00 2001 From: bsatoriu Date: Thu, 12 Sep 2024 17:40:36 +0000 Subject: [PATCH] /version 4.1.0rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05dbc45..7765ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maap-api-nasa" -version = "4.2.0a0" +version = "4.1.0rc1" description = "NASA Python implementation of the MAAP API specification" authors = ["MAAP-Project Platform "] license = "Apache 2.0"