Skip to content

Commit

Permalink
chore: bump version (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: joel@joellee.org <joel@joellee.org>
  • Loading branch information
J0 and joel@joellee.org committed Feb 19, 2023
1 parent 0d16b47 commit ea579fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgrest/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.10.4"
__version__ = "0.10.5"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion 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 <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand"]
homepage = "https://github.com/supabase-community/postgrest-py"
Expand Down

0 comments on commit ea579fd

Please sign in to comment.