Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Aug 5, 2024
1 parent 0c54f3e commit 33dba4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pip install blue-geo
To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` 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).
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 33dba4c

Please sign in to comment.