From cfc98745175aa1e8fc7f05718f7253d7feea7658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 24 Jun 2026 12:24:41 +0200 Subject: [PATCH] chore: update to version 1.5.5-rc3 (#4024) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4711e4a44..ee6df4410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.5-rc2" +version = "1.5.5-rc3" 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 00d999037..6e3d5e83c 100644 --- a/uv.lock +++ b/uv.lock @@ -1288,7 +1288,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.5rc2" +version = "1.5.5rc3" source = { editable = "." } dependencies = [ { name = "aiosqlite" },