From 4cd2968e0fb7c36530dee75e1fe698e08bde9625 Mon Sep 17 00:00:00 2001 From: Filip Andonie Date: Wed, 28 Aug 2024 12:49:04 +0100 Subject: [PATCH] chore: increase version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8842173..36b4677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fds.sdk.utils" -version = "2.0.0" +version = "2.0.1" description = "Utilities for interacting with FactSet APIs." authors = ["FactSet Research Systems"] license = "Apache-2.0"