From daacce46106299d58244ec0878631f66724f30a7 Mon Sep 17 00:00:00 2001 From: paul2212 Date: Mon, 16 Mar 2026 21:50:03 +0100 Subject: [PATCH] update version --- fichero_printer/config.yaml | 6 ++---- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/fichero_printer/config.yaml b/fichero_printer/config.yaml index f0c7c17..c647577 100644 --- a/fichero_printer/config.yaml +++ b/fichero_printer/config.yaml @@ -1,5 +1,5 @@ name: "Fichero Printer" -version: "0.1.29" +version: "0.1.30" slug: "fichero_printer" description: "REST API for the Fichero D11s (AiYin) thermal label printer over Bluetooth" url: "https://git.leuschner.dev/Tobias/Fichero" @@ -7,9 +7,7 @@ url: "https://git.leuschner.dev/Tobias/Fichero" arch: - aarch64 - amd64 - - armhf - - armv7 - - i386 + init: false startup: application diff --git a/pyproject.toml b/pyproject.toml index 5859872..62905d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fichero-printer" -version = "0.1.29" +version = "0.1.30" description = "Web GUI, Python CLI, and protocol documentation for the Fichero D11s thermal label printer." readme = "README.md" requires-python = ">=3.10"