Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion bluer_objects/.abcli/mlflow/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion bluer_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} Object management in Bash."

VERSION = "6.583.1"
VERSION = "6.584.1"

REPO_NAME = "bluer-objects"

Expand Down