From 3ad18ca3658311937060901df3e52a4a5b881518 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 12 Dec 2023 11:13:43 +0100 Subject: [PATCH] chore: update to version 0.11.3 (#2168) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03071aeb..c6872083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lnbits" -version = "0.11.2" +version = "0.11.3" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = ["Alan Bits "]