Skip to content

Commit

Permalink
blue_geo-4.124.1 build - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 22, 2024
1 parent e381c17 commit a352d14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,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.182.1-markdown-2024-07-21-a`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.123.1`](https://github.com/kamangir/blue_plugin).
built by [`abcli-9.182.1-markdown-2024-07-21-a`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.124.1`](https://github.com/kamangir/blue_plugin).
6 changes: 3 additions & 3 deletions blue_geo/.abcli/actions.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env bash

function blue_geo_action_git_before_push() {
[[ "$(abcli_git get_branch)" == "main" ]] &&
if [[ "$(abcli_git get_branch)" == "main" ]]; then
blue_geo build_README
blue_geo pypi build
fi
}


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.124.1"
VERSION = "4.125.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit a352d14

Please sign in to comment.