From 13480027ddd8e8f55245d26b5110447f808c4e8f Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 12 Jan 2026 13:33:53 +0200 Subject: [PATCH] chore: bump release candidate --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bcde6a55..c8f24a07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.4.0" +version = "1.4.1-rc2" 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 c03fab8b5..336ba4a4b 100644 --- a/uv.lock +++ b/uv.lock @@ -1238,7 +1238,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.4.0" +version = "1.4.1rc2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },