diff --git a/postgrest_py/__version__.py b/postgrest_py/__version__.py index 906d362f..49e0fc1e 100644 --- a/postgrest_py/__version__.py +++ b/postgrest_py/__version__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 46fc536f..a8fdce69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "postgrest-py" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." -version = "0.6.0" +version = "0.7.0" authors = ["Lương Quang Mạnh "] license = "MIT" readme = "README.md"