From 211ea9ebaed96f155d4a2b3efa704fe38b6ca4f0 Mon Sep 17 00:00:00 2001 From: jeroen Date: Tue, 6 Aug 2024 09:10:56 +0200 Subject: [PATCH] Introduce a fix that caused currency conversions to fail when all tickers have the same currency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1411ee2..2ea979f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "financetoolkit" -version = "1.9.3" +version = "1.9.4" description = "Transparent and Efficient Financial Analysis" license = "MIT" authors = ["Jeroen Bouma"]