From 0a74e087f152130f5de4f29caf1ff0d0e7a80ecf Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 8 Feb 2025 19:36:17 -0800 Subject: [PATCH] rebuild - kamangir/bolt#746 --- README.md | 2 +- blue_rover/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f880faf..2d72e8d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ pip install blue_rover [![pylint](https://github.com/kamangir/blue-rover/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-rover/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-rover/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-rover/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-rover/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-rover/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-rover.svg)](https://pypi.org/project/blue-rover/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-rover)](https://pypistats.org/packages/blue-rover) -built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🐬 [`blue_rover-4.12.1`](https://github.com/kamangir/blue-rover). +built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🐬 [`blue_rover-4.13.1`](https://github.com/kamangir/blue-rover). diff --git a/blue_rover/__init__.py b/blue_rover/__init__.py index 6fd6dbe..a9abe74 100644 --- a/blue_rover/__init__.py +++ b/blue_rover/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} AI x ROS." -VERSION = "4.12.1" +VERSION = "4.13.1" REPO_NAME = "blue-rover"