From 58e4ba3fe6c35215b6173733dca0aee99c1e1d16 Mon Sep 17 00:00:00 2001 From: kamangir Date: Thu, 18 Jul 2024 21:32:29 -0700 Subject: [PATCH] pipeline fix, hopefully - kamangir/bolt#746 --- blue_geo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index c9ba5628..2d6ed509 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization." -VERSION = "4.62.1" +VERSION = "4.63.1" REPO_NAME = "blue-geo"