This commit is contained in:
Vithor Jaeger 2023-02-01 08:26:02 -04:00
parent 7bb6e97880
commit cf40d82d28
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
__title__ = "pocketbase"
__description__ = "PocketBase client SDK for python."
__version__ = "0.2.2"
__version__ = "0.3.0"
from .client import Client, ClientResponseError

View File

@ -28,7 +28,7 @@ dynamic = ["readme", "version"]
[tool.poetry]
name = "pocketbase"
version = "0.2.2"
version = "0.3.0"
description = "PocketBase SDK for python."
authors = ["Vithor Jaeger <vaphes@gmail.com>"]
readme = "README.md"