diff --git a/pyproject.toml b/pyproject.toml index 652a868c..c5da6146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "log10-io" -version = "0.2.8" +version = "0.3.0" authors = ["log10 team"] license = "MIT" description = "Unified LLM data management" diff --git a/setup.py b/setup.py index 407e239f..02a8fb5b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="Log10", - version="0.2.8", + version="0.3.0", description="Log10 LLM data management", author="Log10 team", author_email="team@log10.io",