From fef7cd967f195eec9d45243bd3a8cacc33380bc0 Mon Sep 17 00:00:00 2001 From: Patricio Cerda Mardini Date: Tue, 12 Mar 2024 11:44:53 +0100 Subject: [PATCH] version bump: 0.0.19 --- pyproject.toml | 2 +- type_infer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b62eced..3860d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type_infer" -version = "0.0.18" +version = "0.0.19" description = "Automated type inference for Machine Learning pipelines." authors = ["MindsDB Inc. "] license = "GPL-3.0" diff --git a/type_infer/__init__.py b/type_infer/__init__.py index c52ba24..bc21665 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.18' +__version__ = '0.0.19' __all__ = [