From 81e0c0a9921f2726d99ab6e9c50648b00007325d Mon Sep 17 00:00:00 2001 From: Miles Cole Date: Tue, 24 Feb 2026 20:24:55 -0700 Subject: [PATCH] chore: bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06fe078..c773a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lakebench" -version = "0.14.0" +version = "1.0.0" authors = [ { name="Miles Cole" }, ] @@ -9,7 +9,7 @@ description = "A multi-modal Python library for benchmarking Azure lakehouse eng readme = "README.md" requires-python = ">=3.8" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Intended Audience :: Developers",