From 33e9133786dbcc67c852de35179668226fea820c Mon Sep 17 00:00:00 2001 From: sujitn Date: Sun, 1 Mar 2026 17:47:31 +0000 Subject: [PATCH] bump to 0.17.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6de9d1e..4de53b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laminardb" -version = "0.16.0" +version = "0.17.0" edition = "2024" rust-version = "1.85" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index d71fc98..7aa67cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "laminardb" -version = "0.15.1" +version = "0.17.0" description = "Python bindings for LaminarDB streaming SQL database" readme = "README.md" requires-python = ">=3.11"