diff --git a/.github/workflows/bashtest.sh b/.github/workflows/bashtest.sh index 98f4ce04..afb49e85 100755 --- a/.github/workflows/bashtest.sh +++ b/.github/workflows/bashtest.sh @@ -7,7 +7,6 @@ function bashtest() { cd .. git clone https://github.com/kamangir/awesome-bash-cli.git - git clone https://github.com/kamangir/blueness.git source $(pwd)/awesome-bash-cli/abcli/.abcli/abcli.sh ~terraform \ $plugin_name test diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 1abffc33..a50b9a9f 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.32.1" +VERSION = "4.33.1" REPO_NAME = "blue-geo"