From 0ce5b0db3251b10557bab78fcb2300f72274e5d2 Mon Sep 17 00:00:00 2001 From: Clay McGinnis Date: Wed, 18 Mar 2026 11:15:54 -0700 Subject: [PATCH] chore: bump package version to 0.25.3 Prepare the next PyPI release by aligning the project metadata and lockfile\nwith the published package version. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1f9f7b..ece4287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wherobots-python-dbapi" -version = "0.25.2" +version = "0.25.3" description = "Python DB-API driver for Wherobots DB" authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }] requires-python = ">=3.10, <4" diff --git a/uv.lock b/uv.lock index 364eb29..0062282 100644 --- a/uv.lock +++ b/uv.lock @@ -1147,7 +1147,7 @@ wheels = [ [[package]] name = "wherobots-python-dbapi" -version = "0.25.2" +version = "0.25.3" source = { editable = "." } dependencies = [ { name = "cbor2" },