From 360cd9d398e0a7d8fce8d7caf97c764c99dac25c Mon Sep 17 00:00:00 2001 From: Wenzhe Xue Date: Wed, 25 Oct 2023 08:19:44 -0700 Subject: [PATCH] bump version to 0.4.4 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0c0d65b..967f32ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.4.3" +version = "0.4.4" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management" diff --git a/setup.py b/setup.py index 373a4b34..c7d183d3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Log10", - version="0.4.3", + version="0.4.4", description="Log10 LLM data management", author="Log10 team", author_email="team@log10.io",