From a83e389a1a96f84e43ccf429f28006e35821b2ae Mon Sep 17 00:00:00 2001 From: frankinspace Date: Tue, 13 Aug 2024 00:19:02 +0000 Subject: [PATCH] /version 4.0.1a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e84fdd..19f28da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maap-py" -version = "4.0.0" +version = "4.0.1a0" description = "Python client API for interacting with the NASA MAAP API" repository = "https://github.com/MAAP-Project/maap-py" authors = ["Jet Propulsion Laboratory "]