From 39c812bdf5160a1da9fa51d9b0be62ecf6c92e62 Mon Sep 17 00:00:00 2001 From: Dhawal <101813290+dgawande12@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:57:01 +0100 Subject: [PATCH] chore(version): update utils version to 1.1.0 Updates the python utils version from 1.0.0 to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e26204c..f9c62b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fds.sdk.utils" -version = "1.0.0" +version = "1.1.0" description = "Utilities for interacting with FactSet APIs." authors=["FactSet Research Systems"] license="Apache-2.0"