From c4590d8b1561852a39c0b200087d7f244e27f3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 2 Jan 2023 09:02:18 +0100 Subject: [PATCH] update to 0.0.10C --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2e8913..327b5cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boltz_client" -version = "0.0.9" +version = "0.0.10" description = "python boltz client" license = "MIT" authors = ["dni "]