From 1afa824d602cdcd23cd15874fee95998e5bb346c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 8 May 2024 07:53:38 +0200 Subject: [PATCH] chore: update to 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20d5683..8624d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lnurl" -version = "0.5.0" +version = "0.5.1" description = "LNURL implementation for Python." authors = ["Alan Bits "] license = "MIT"