File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " peopledatalabs"
3- version = " 6.4.9 "
3+ version = " 6.4.10 "
44description = " Official Python client for the People Data Labs API"
55homepage = " https://www.peopledatalabs.com"
66repository = " https://github.com/peopledatalabs/peopledatalabs-python"
Original file line number Diff line number Diff line change 55from .main import PDLPY
66
77
8- __version__ = "6.4.9 "
8+ __version__ = "6.4.10 "
99
1010__all__ = ["PDLPY" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Settings:
1919 version : str = "v5"
2020 version_re : str = r"^v[0-9]$"
2121 sandbox_base_path : HttpUrl = "https://sandbox.api.peopledatalabs.com/"
22- sdk_version : str = "6.4.9 "
22+ sdk_version : str = "6.4.10 "
2323
2424
2525settings = Settings ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_version():
1919 """
2020 Version check.
2121 """
22- assert __version__ == "6.4.9 "
22+ assert __version__ == "6.4.10 "
2323
2424
2525@pytest .mark .usefixtures ("fake_api_key" )
You can’t perform that action at this time.
0 commit comments