diff --git a/README.md b/README.md index 7e33ce1..9214e14 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ pip install bluer-objects [![pylint](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/bluer-objects.svg)](https://pypi.org/project/bluer-objects/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/bluer-objects)](https://pypistats.org/packages/bluer-objects) -built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/docs/bluer-README), based on 🌀 [`bluer_objects-6.583.1`](https://github.com/kamangir/bluer-objects). +built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/docs/bluer-README), based on 🌀 [`bluer_objects-6.584.1`](https://github.com/kamangir/bluer-objects). diff --git a/bluer_objects/.abcli/mlflow/deploy.sh b/bluer_objects/.abcli/mlflow/deploy.sh index 625879f..7bbccb3 100644 --- a/bluer_objects/.abcli/mlflow/deploy.sh +++ b/bluer_objects/.abcli/mlflow/deploy.sh @@ -27,7 +27,7 @@ function bluer_objects_mlflow_deploy() { [[ "$MLFLOW_DEPLOYMENT" != "local" ]] && bluer_ai_log_warning "MLFLOW_DEPLOYMENT is not local". - bluer_ai_badge - "🤖" + bluer_ai_badge - "mlflow 🤖" bluer_ai_eval dryrun=$do_dryrun \ mlflow ui \ diff --git a/bluer_objects/__init__.py b/bluer_objects/__init__.py index 4a55f41..682cce9 100644 --- a/bluer_objects/__init__.py +++ b/bluer_objects/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} Object management in Bash." -VERSION = "6.583.1" +VERSION = "6.584.1" REPO_NAME = "bluer-objects"