From c61f59d43912186ca07d2d543e1bd06feeb11f06 Mon Sep 17 00:00:00 2001 From: Kushal Batra <34571348+s0nicboOm@users.noreply.github.com> Date: Fri, 31 May 2024 19:46:39 -0700 Subject: [PATCH] fix: release new patch version (#385) fix: release new patch version Signed-off-by: Kushal Batra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c04747b..f9aa5fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "numalogic" -version = "0.10.1" +version = "0.10.2" description = "Collection of operational Machine Learning models and tools." authors = ["Numalogic Developers"] packages = [{ include = "numalogic" }]