From 4aa874d9e695428e911cee18fdad09caefce3450 Mon Sep 17 00:00:00 2001 From: wenzhe <145375501+wenzhe-log10@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:31:42 -0700 Subject: [PATCH] release 0.7.0 (#120) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ed4a859..cc9744cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.6.7" +version = "0.7.0" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management" diff --git a/setup.py b/setup.py index ebb51be6..3e0e5a89 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Log10", - version="0.6.7", + version="0.7.0", description="Log10 LLM data management", author="Log10 team", author_email="team@log10.io",