From 3608b59b0550755aa235057a3df9eaddfd8c7d01 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 21 Aug 2025 12:18:37 +0300 Subject: [PATCH 1/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a514c26..9b3232c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type_infer" -version = "0.0.23" +version = "0.0.24" description = "Automated type inference for Machine Learning pipelines." authors = ["MindsDB Inc. "] license = "GPL-3.0" From 253d6cc86a5a43ea1f32f19396146dc722f8e56d Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 21 Aug 2025 12:24:18 +0300 Subject: [PATCH 2/2] bump version --- type_infer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type_infer/__init__.py b/type_infer/__init__.py index ba37bbf..8cb42b9 100644 --- a/type_infer/__init__.py +++ b/type_infer/__init__.py @@ -3,7 +3,7 @@ from type_infer import api from type_infer import helpers -__version__ = '0.0.23' +__version__ = '0.0.24' __all__ = [