We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fed3a commit 82e7f55Copy full SHA for 82e7f55
CHANGELOG.md
@@ -1 +1,9 @@
1
## CHANGELOG
2
+
3
+### v0.1.0
4
5
+#### Features
6
7
+- Add basic features
8
9
+#### Bugfixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest_py"
-version = "0.0.1"
+version = "0.1.0"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
license = "MIT"
0 commit comments