Skip to content

Commit 71c6ea6

Browse files
committed
Bump version to 0.3.1
1 parent a185327 commit 71c6ea6

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.3.0"
1+
__version__ = "0.3.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest-py"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)