Skip to content

Commit 1144895

Browse files
committed
Bump version to 0.5.0
1 parent 6321ffe commit 1144895

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
### _Unreleased_
3+
### v0.5.0
44

55
#### Features
66

postgrest_py/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"

pyproject.toml

+2-2
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.4.0"
4+
version = "0.5.0"
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
@@ -18,7 +18,7 @@ pytest = "^6.2.4"
1818
pytest-asyncio = "^0.15.1"
1919
pytest-cov = "^2.12.1"
2020
mypy = "^0.902"
21-
black = {version = "^21.7b0", allow-prereleases = true}
21+
black = { version = "^21.7b0", allow-prereleases = true }
2222

2323
[tool.black]
2424
line-length = 90

0 commit comments

Comments
 (0)