From abb074f4a2ca1239ff4ab17c632a648e01fada84 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Fri, 4 Aug 2023 10:07:02 +0200 Subject: [PATCH] chore: bump postgrest version (#279) 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 4edec343..fc2f3b18 100644 --- a/postgrest/__init__.py +++ b/postgrest/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.10.6" +__version__ = "0.10.7" from httpx import Timeout diff --git a/pyproject.toml b/pyproject.toml index 720449a1..227ed8dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgrest" -version = "0.10.6" +version = "0.10.7" 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"