From 50eb0c898f3c5f93ef491ad22c1782b4e381800c Mon Sep 17 00:00:00 2001 From: kamangir Date: Tue, 21 Jan 2025 14:39:44 -0800 Subject: [PATCH] rebuild - kamangir/bolt#746 --- README.md | 2 +- blue_plugin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb706c..8675bdf 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ pip install blue-plugin [![pylint](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-plugin.svg)](https://pypi.org/project/blue-plugin/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-plugin)](https://pypistats.org/packages/blue-plugin) -built by 🌀 [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_plugin-3.209.1`](https://github.com/kamangir/blue-plugin). +built by 🌀 [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_plugin-3.210.1`](https://github.com/kamangir/blue-plugin). diff --git a/blue_plugin/__init__.py b/blue_plugin/__init__.py index 5a272ca..d1e4af6 100644 --- a/blue_plugin/__init__.py +++ b/blue_plugin/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} a git template for an awesome-bash-cli plugin." -VERSION = "3.209.1" +VERSION = "3.210.1" REPO_NAME = "blue-plugin"