Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vaphes committed Feb 8, 2024
1 parent bdbaf7e commit 168459b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pocketbase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "pocketbase"
__description__ = "PocketBase client SDK for python."
__version__ = "0.9.0"
__version__ = "0.10.0"


from .client import Client
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = ["readme", "version"]

[tool.poetry]
name = "pocketbase"
version = "0.9.2"
version = "0.10.0"
description = "PocketBase SDK for python."
authors = ["Vithor Jaeger <[email protected]>"]
readme = "README.md"
Expand All @@ -47,7 +47,7 @@ httpx = "^0.24.1"
[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"
pytest = "^7.1.3"
black = {version = "^22.8.0", allow-prereleases = true}
black = { version = "^22.8.0", allow-prereleases = true }
pytest-httpx = "^0.22.0"

[build-system]
Expand Down

0 comments on commit 168459b

Please sign in to comment.