From fe31dbc749851c21c84fdfcccaac06f588524b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 19 Jul 2024 09:10:56 +0200 Subject: [PATCH] chore: update to version 2.1.0 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1ff151..8802768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "bolt11" -version = "2.0.6" +version = "2.1.0" description = "A library for encoding and decoding BOLT11 payment requests." repository = "https://github.com/lnbits/bolt11" authors = [ "eillarra ", + "dni ", "Alan Bits " ] license = "MIT"