first "ok" commit message :P
This commit is contained in:
parent
3f8d2bb108
commit
afe03f72f0
@ -1,6 +1,6 @@
|
||||
# pocketbase
|
||||
|
||||
[](https://github.com/vaphes/pocketbase/actions/workflows/python-3.10.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.9.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.8.yml)
|
||||
[](https://github.com/vaphes/pocketbase/actions/workflows/python-3.10.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.9.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.8.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.7.yml)
|
||||
|
||||
Python client SDK for PocketBase database.
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
from .client import Client, ClientResponseError
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pocketbase"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "PocketBase client SDK for python."
|
||||
authors = ["Vithor Jaeger <vaphes@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
@ -2,4 +2,4 @@ from pocketbase import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == "0.1.0"
|
||||
assert __version__ == "0.1.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user