From c3252ce4dc6a510ce2db9a34fd25d9379db2f892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 12 Sep 2025 13:19:50 +0200 Subject: [PATCH] chore: update to version v1.3.0-rc7 (#3356) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ba18a268..cce5e31b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.3.0-rc6" +version = "1.3.0-rc7" 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 5c025e317..bd2cc717e 100644 --- a/uv.lock +++ b/uv.lock @@ -1260,7 +1260,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.3.0rc6" +version = "1.3.0rc7" source = { editable = "." } dependencies = [ { name = "aiosqlite" },