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" },