publish version with oauth fixes

This commit is contained in:
Vithor Jaeger 2023-04-26 20:19:45 -04:00
parent c0afb20503
commit 99fccb3b0e
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.8.0"
__version__ = "0.8.1"
from .client import Client

View File

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