From 33dba4cd4650edc1eb6401f870a7d57b3dbda2d9 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 4 Aug 2024 22:16:40 -0700 Subject: [PATCH] pipeline fix, hopefully - kamangir/bolt#746 --- README.md | 2 +- blue_geo/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a11682fd..76d36bf0 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.185.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.186.1`](https://github.com/kamangir/blue-geo). diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 253970c2..64987499 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.185.1" +VERSION = "4.186.1" REPO_NAME = "blue-geo" diff --git a/setup.py b/setup.py index 2333208d..e28c3550 100644 --- a/setup.py +++ b/setup.py @@ -14,9 +14,9 @@ f"{NAME}.catalog.firms", f"{NAME}.catalog.firms.area", f"{NAME}.catalog.generic", + f"{NAME}.catalog.ukraine_timemap", f"{NAME}.datacube", f"{NAME}.QGIS", - f"{NAME}.ukraine_timemap", ], include_package_data=True, package_data={