From 069a7922fc9b308fc48f137ab1d932343efe2d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 12 Feb 2024 12:43:20 +0100 Subject: [PATCH] chore: update to 0.12.1 (#2262) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b1c6f940..061625c46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2862,4 +2862,4 @@ liquid = ["wallycore"] [metadata] lock-version = "2.0" python-versions = "^3.10 | ^3.9" -content-hash = "c29cac992fae552eb8da791e13fe7766eab7571e260a42cc0de0d755508c42b7" +content-hash = "b2e21e0075047150888581a401d46fbe8efd6226e85a85189c3f3db51f825a48" diff --git a/pyproject.toml b/pyproject.toml index d703d6ab2..191befe53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lnbits" -version = "0.12.0" +version = "0.12.1" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = ["Alan Bits "]