Skip to content

Commit

Permalink
chore: bump version to v0.7.0 (#60)
Browse files Browse the repository at this point in the history
* fix: interpolations erros and other things reported by sourcery-ai

* chore: bump version to v0.7.0
  • Loading branch information
leynier committed Jan 2, 2022
1 parent 46802db commit a936820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgrest_py/__version__.py
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion 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 <luongquangmanh85@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit a936820

Please sign in to comment.