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