Skip to content

Commit a936820

Browse files
authored
chore: bump version to v0.7.0 (#60)
* fix: interpolations erros and other things reported by sourcery-ai * chore: bump version to v0.7.0
1 parent 46802db commit a936820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgrest_py/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.7.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "postgrest-py"
33
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
4-
version = "0.6.0"
4+
version = "0.7.0"
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)