From 38e720a8c9ff6817eed0757aa405c63e02dc27c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Sat, 27 May 2023 15:24:05 +0200 Subject: [PATCH] change version to 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b72e74..791aeb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boltz_client" -version = "0.1.3" +version = "0.1.6" description = "python boltz client" license = "MIT" authors = ["dni "]