Skip to content

Commit 82e7f55

Browse files
committed
Bump version to 0.1.0
1 parent 96fed3a commit 82e7f55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
## CHANGELOG
2+
3+
### v0.1.0
4+
5+
#### Features
6+
7+
- Add basic features
8+
9+
#### Bugfixes

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.0.1"
3+
version = "0.1.0"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)