From 2523a44bdac6eb7d378101bd219fa1f80526d7b9 Mon Sep 17 00:00:00 2001 From: Niklas Nielsen Date: Thu, 8 Feb 2024 08:50:45 -0800 Subject: [PATCH] Release: 0.5.5 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b20d192..c953fe35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.5.4" +version = "0.5.5" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management" diff --git a/setup.py b/setup.py index 89c70e2e..2e4fce63 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Log10", - version="0.5.4", + version="0.5.5", description="Log10 LLM data management", author="Log10 team", author_email="team@log10.io",