From ea579fd782e7d4ef13820356c8cc7fba0a4bec86 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Sun, 19 Feb 2023 19:43:13 +0800 Subject: [PATCH] chore: bump version (#220) Co-authored-by: joel@joellee.org --- postgrest/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgrest/__init__.py b/postgrest/__init__.py index 8eed12ba..24fd7ea0 100644 --- a/postgrest/__init__.py +++ b/postgrest/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.10.4" +__version__ = "0.10.5" from httpx import Timeout diff --git a/pyproject.toml b/pyproject.toml index fc1942a7..9e19441b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgrest" -version = "0.10.4" +version = "0.10.5" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." authors = ["Lương Quang Mạnh ", "Joel Lee ", "Anand"] homepage = "https://github.com/supabase-community/postgrest-py"