From 4ef086a2a853f7be5ea7883cea8925b7a8b805b0 Mon Sep 17 00:00:00 2001 From: wenzhe <145375501+wenzhe-log10@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:05:35 -0700 Subject: [PATCH] bump version to 0.8.4 (#156) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eadcc83a..5bfa79b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.8.3" +version = "0.8.4" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management" diff --git a/setup.py b/setup.py index 8b0dc8f0..6971dcd9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="Log10", - version="0.8.3", + version="0.8.4", description="Log10 LLM data management", author="Log10 team", author_email="team@log10.io",