From 07428ecf944574945b839e7d6950e8e52de8342b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 16 Apr 2026 15:43:33 +0200 Subject: [PATCH] chore: update to version v1.5.4-rc1 (#3935) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06b750a3e..b82b84b49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.3" +version = "1.5.4-rc1" 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 15c256119..60ccfe78b 100644 --- a/uv.lock +++ b/uv.lock @@ -1263,7 +1263,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.3" +version = "1.5.4rc1" source = { editable = "." } dependencies = [ { name = "aiosqlite" },