From 86d1ce2d6e47ab79b1acfd2b9ddc3b392705a0eb Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:28:10 +0100 Subject: [PATCH] merely updates the version tag in pyproject.toml (#1421) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bfd01a95..6368b1d30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lnbits" -version = "0.9.6.2" +version = "0.9.7" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = ["Alan Bits "]