From 4567986e69cef3accd5f674fc09682659f61960e Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sat, 7 Mar 2026 12:19:55 +0100 Subject: [PATCH] chore: bump version to 0.1.1 to trigger HA rebuild --- fichero_printer/config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fichero_printer/config.yaml b/fichero_printer/config.yaml index 5aeab8a..a7854c7 100644 --- a/fichero_printer/config.yaml +++ b/fichero_printer/config.yaml @@ -1,5 +1,5 @@ name: "Fichero Printer" -version: "0.1.0" +version: "0.1.1" slug: "fichero_printer" description: "REST API for the Fichero D11s (AiYin) thermal label printer over Bluetooth" url: "https://git.leuschner.dev/Tobias/Fichero" diff --git a/pyproject.toml b/pyproject.toml index 8bee1ce..0b25c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fichero-printer" -version = "0.1.0" +version = "0.1.1" description = "Fichero D11s thermal label printer - BLE CLI tool" requires-python = ">=3.10" dependencies = [