From 7ccc3f2fa45ff2f3e56602e99004ff9fae30e82a Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 23 Nov 2024 13:04:23 -0800 Subject: [PATCH] rebuild - kamangir/bolt#746 --- README.md | 2 +- abcli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cabc7ac9..052fe187 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ create a copy of [`sample.env`](./abcli/sample.env) as `.env` and fill in the se [![pylint](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/awesome-bash-cli/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/abcli.svg)](https://pypi.org/project/abcli/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/abcli)](https://pypistats.org/packages/abcli) -built by 🌀 [`blue_options-4.160.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.419.1`](https://github.com/kamangir/awesome-bash-cli). +built by 🌀 [`blue_options-4.161.1`](https://github.com/kamangir/awesome-bash-cli), based on 🪄 [`abcli-9.420.1`](https://github.com/kamangir/awesome-bash-cli). diff --git a/abcli/__init__.py b/abcli/__init__.py index a4961cf0..34073729 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -6,7 +6,7 @@ DESCRIPTION = f"{ICON} a language to speak AI." -VERSION = "9.419.1" +VERSION = "9.420.1" REPO_NAME = "awesome-bash-cli"