From f56f349d908188c41f4afd138afe24a9b33ff7d5 Mon Sep 17 00:00:00 2001 From: kamangir Date: Mon, 5 Aug 2024 08:36:13 -0700 Subject: [PATCH] rebuild - kamangir/bolt#746 --- README.md | 2 +- blue_geo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10e60b5d..c87adc7c 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ pip install blue-geo To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `` with the name of the plugin and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md). --- -built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.206.1`](https://github.com/kamangir/blue-geo). +built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.207.1`](https://github.com/kamangir/blue-geo). diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 89bd0f62..cf0a21f8 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} geospatial AI." -VERSION = "4.206.1" +VERSION = "4.207.1" REPO_NAME = "blue-geo"