From 16b65bacc6f96ccd670cac42089da0b58dd3d419 Mon Sep 17 00:00:00 2001 From: bsatoriu Date: Wed, 3 Apr 2024 13:46:48 -0700 Subject: [PATCH] update version to 3.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 150915b..d6fe40e 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ _namespaces: list[str] = [] _test_suite = "" _url = "https://github.com/MAAP-Project/maap-py" -_version = "3.2.0" +_version = "3.1.5" _zip_safe = False # Setup Metadata