diff --git a/pyproject.toml b/pyproject.toml index b1fc34084..1780cb8a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.5" +version = "1.5.6" 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 bf12ea66f..3c09798a4 100644 --- a/uv.lock +++ b/uv.lock @@ -1288,7 +1288,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.5" +version = "1.5.6" source = { editable = "." } dependencies = [ { name = "aiosqlite" },