From 9cc6a964334f2d4ddbb7c7da926d8f96ab50d9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 15 Oct 2025 13:09:36 +0200 Subject: [PATCH] chore: update version to v1.3.0 (#3411) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3ff55d1..351329f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.3.0-rc8" +version = "1.3.0" 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 0f320534..0f3efb10 100644 --- a/uv.lock +++ b/uv.lock @@ -1260,7 +1260,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.3.0rc8" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },