From 475c206923ac7001ca6de583ca9e00e8704b1385 Mon Sep 17 00:00:00 2001 From: LIU ZHE YOU Date: Wed, 7 Jan 2026 20:37:46 +0800 Subject: [PATCH] Bump pgmq-sqlalchemy version to 0.2.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 115aca2..88bed8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pgmq-sqlalchemy" -version = "0.1.2" +version = "0.2.0" description = "More flexible PGMQ Postgres extension Python client that using sqlalchemy ORM, supporting both async and sync engines, sessionmakers or built from dsn." authors = [ {name = "jason810496", email = "810496@email.wlsh.tyc.edu.tw"} diff --git a/uv.lock b/uv.lock index 9c6ced8..cd72f63 100644 --- a/uv.lock +++ b/uv.lock @@ -1196,7 +1196,7 @@ wheels = [ [[package]] name = "pgmq-sqlalchemy" -version = "0.1.2" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "sqlalchemy" },