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