From ef9adc077b36ecb9c60be3fc78f5241ef58ba63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 20 Jan 2026 13:01:16 +0100 Subject: [PATCH] chore: update to v1.4.1 (#3731) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8f24a07c..34f4edd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.4.1-rc2" +version = "1.4.1" requires-python = ">=3.10,<3.13" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }] diff --git a/uv.lock b/uv.lock index 050840d84..fe160781e 100644 --- a/uv.lock +++ b/uv.lock @@ -1238,7 +1238,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.4.1rc2" +version = "1.4.1" source = { editable = "." } dependencies = [ { name = "aiosqlite" },