From 782236c60eff96f8068b872e0aa57f292e800469 Mon Sep 17 00:00:00 2001 From: Nick Latinovic Date: Wed, 13 Nov 2024 14:58:25 +0400 Subject: [PATCH] feat: upgrade to version v.0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2b66c7..d2da6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "factorlab" -version = "0.1.12" +version = "0.1.13" description = "Python library which enables the discovery and analysis of alpha and risk factors used in the investment algorithm development process" authors = ["Systamental"] license = "Apache License 2.0"