From e39cb2052508596c13bbab2848ddb8b13bd2255e Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 1 Jul 2026 12:06:55 +0300 Subject: [PATCH] chore: version bump 1.5.5 (#4029) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee6df4410..b1fc34084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.5-rc3" +version = "1.5.5" 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 6e3d5e83c..bf12ea66f 100644 --- a/uv.lock +++ b/uv.lock @@ -1288,7 +1288,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.5rc3" +version = "1.5.5" source = { editable = "." } dependencies = [ { name = "aiosqlite" },