From 59c40e8244c9221dd57da96adabd19cd84a678e0 Mon Sep 17 00:00:00 2001 From: Kim Tran <17498395+kxtran@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:36:16 -0400 Subject: [PATCH] Release 0.11.0 (#282) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe31f4b..e0bce08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.10.11" +version = "0.11.0" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management"