From 1807c1f6861636ac824061632ea81197a8eb5fff Mon Sep 17 00:00:00 2001 From: jeroen Date: Tue, 6 Aug 2024 13:11:07 +0200 Subject: [PATCH] Adjust the exchange rate functionality so that it works with quarterly=True --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ea979f..4c8e9e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "financetoolkit" -version = "1.9.4" +version = "1.9.5" description = "Transparent and Efficient Financial Analysis" license = "MIT" authors = ["Jeroen Bouma"]