From 5659206fbc0ca94361a9a3d8aa65e1a0a3e6d48f Mon Sep 17 00:00:00 2001 From: jamesbeedy Date: Fri, 17 Oct 2025 20:25:29 +0000 Subject: [PATCH] build: release 0.1.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc7cd39..bb218a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dqlitepy" -version = "0.0.1" +version = "0.1.0" description = "Python bindings for the Canonical dqlite distributed SQLite engine" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 72b0bd1..c7558d0 100644 --- a/uv.lock +++ b/uv.lock @@ -153,7 +153,7 @@ wheels = [ [[package]] name = "dqlitepy" -version = "0.0.1" +version = "0.1.0" source = { editable = "." } dependencies = [ { name = "cffi" },