From ce57d081639e4d000d5f160f0abb47409995ed69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Sun, 24 May 2026 21:41:05 +0200 Subject: [PATCH] chore: update to v1.5.5-rc1 (#3990) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f37d8d39e..ce2c1ba8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.4" +version = "1.5.5-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 b6ec7487a..b7f666a66 100644 --- a/uv.lock +++ b/uv.lock @@ -1275,7 +1275,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.4" +version = "1.5.5rc1" source = { editable = "." } dependencies = [ { name = "aiosqlite" },