From 76ffd3a2e40854d8653f4f9dc7f9e3981554761f Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Mon, 16 Sep 2024 10:54:22 -0600 Subject: [PATCH] build: bump IbisML version from `0.1.2` to `0.1.3` --- ibis_ml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibis_ml/__init__.py b/ibis_ml/__init__.py index cc9b028..f422c64 100644 --- a/ibis_ml/__init__.py +++ b/ibis_ml/__init__.py @@ -1,6 +1,6 @@ """IbisML is a library for building scalable ML pipelines using Ibis.""" -__version__ = "0.1.2" +__version__ = "0.1.3" import pprint