Skip to content

Commit 168459b

Browse files
committed
version bump
1 parent bdbaf7e commit 168459b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pocketbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "pocketbase"
22
__description__ = "PocketBase client SDK for python."
3-
__version__ = "0.9.0"
3+
__version__ = "0.10.0"
44

55

66
from .client import Client

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["readme", "version"]
2929

3030
[tool.poetry]
3131
name = "pocketbase"
32-
version = "0.9.2"
32+
version = "0.10.0"
3333
description = "PocketBase SDK for python."
3434
authors = ["Vithor Jaeger <[email protected]>"]
3535
readme = "README.md"
@@ -47,7 +47,7 @@ httpx = "^0.24.1"
4747
[tool.poetry.group.dev.dependencies]
4848
flake8 = "^5.0.4"
4949
pytest = "^7.1.3"
50-
black = {version = "^22.8.0", allow-prereleases = true}
50+
black = { version = "^22.8.0", allow-prereleases = true }
5151
pytest-httpx = "^0.22.0"
5252

5353
[build-system]

0 commit comments

Comments
 (0)