From bc4b7c9ad55880881cf6396d17e5512548e3091c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 19 Mar 2024 11:08:20 +0100 Subject: [PATCH] Prepare for 1.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6ffe7a..b9a66e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiocurrencylayer" -version = "1.0.5" +version = "1.0.6" description = "Python client for interacting with the CurrencyLayer API" authors = ["Fabian Affolter "] license = "MIT"