From 0aca2aea7ccba49b632be14810814c24c1bc4d99 Mon Sep 17 00:00:00 2001 From: jason810496 <810496@email.wlsh.tyc.edu.tw> Date: Sun, 4 Aug 2024 00:01:25 +0800 Subject: [PATCH] release: v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a354664..e909bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgmq-sqlalchemy" -version = "0.1.1" +version = "0.1.2" description = "More flexible PGMQ Postgres extension Python client that using sqlalchemy ORM, supporting both async and sync engines, sessionmakers or built from dsn." authors = ["jason810496 <810496@email.wlsh.tyc.edu.tw>"] license = "MIT"