diff --git a/pyproject.toml b/pyproject.toml index cce5e31b3..9d1593c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.3.0-rc7" +version = "1.3.0-rc8" 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 bd2cc717e..0f3205340 100644 --- a/uv.lock +++ b/uv.lock @@ -1260,7 +1260,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.3.0rc7" +version = "1.3.0rc8" source = { editable = "." } dependencies = [ { name = "aiosqlite" },