From a5edcc94ffbc7fef78264dba941c15228774cdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 1 Mar 2023 16:48:19 +0100 Subject: [PATCH] fix version to 0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc02a3e1..fa0f5193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lnbits" -version = "0.9.7" +version = "0.10.0" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = ["Alan Bits "]