From 6e233aaf3d1a0e39de1251cff894cfc7a2b9e539 Mon Sep 17 00:00:00 2001 From: ccl-core <91942859+ccl-core@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:17:55 +0100 Subject: [PATCH] Update pyproject.toml (#769) Bump verision --- python/mlcroissant/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mlcroissant/pyproject.toml b/python/mlcroissant/pyproject.toml index 6039aea35..901f3d28a 100644 --- a/python/mlcroissant/pyproject.toml +++ b/python/mlcroissant/pyproject.toml @@ -3,7 +3,7 @@ # https://packaging.python.org/en/latest/specifications/declaring-project-metadata name = "mlcroissant" description = "MLCommons datasets format." -version = "1.0.10" +version = "1.0.11" authors = [ { name = "Joaquin Vanschoren" }, { name = "Jos van der Velde" },