From 2038880195ec2f31688746f510dff26d4533d9ee Mon Sep 17 00:00:00 2001 From: huiwengoh <45724323+huiwengoh@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:05:41 -0400 Subject: [PATCH] bump version (2.4.1) --- cleanlab_studio/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanlab_studio/version.py b/cleanlab_studio/version.py index 814b9f0b..5822565e 100644 --- a/cleanlab_studio/version.py +++ b/cleanlab_studio/version.py @@ -1,7 +1,7 @@ # Note to developers: # Consider if backend's MIN_CLI_VERSION needs updating when pushing any changes to this file. -__version__ = "2.4.0" +__version__ = "2.4.1" SCHEMA_VERSION = "0.2.0" MIN_SCHEMA_VERSION = "0.1.0"