We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315f596 commit c8ba57aCopy full SHA for c8ba57a
postgrest_py/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.5.0"
+__version__ = "0.6.0"
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
2
name = "postgrest-py"
3
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
4
-version = "0.5.0"
+version = "0.6.0"
5
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
0 commit comments