diff --git a/README.md b/README.md index 91e1fc92..360c71d3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ A Python client library for Microsoft Dataverse that provides a unified interfac **[Source code](https://github.com/microsoft/PowerPlatform-DataverseClient-Python)** | **[Package (PyPI)](https://pypi.org/project/PowerPlatform-Dataverse-Client/)** | **[API reference documentation](https://learn.microsoft.com/python/api/dataverse-sdk-docs-python/dataverse-overview?view=dataverse-sdk-python-latest)** | **[Product documentation](https://learn.microsoft.com/power-apps/developer/data-platform/sdk-python/)** | **[Samples](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/tree/main/examples)** -> [!IMPORTANT] -> This library is currently in **preview**. Preview versions are provided for early access to new features and may contain breaking changes. - ## Table of contents - [Key features](#key-features) diff --git a/pyproject.toml b/pyproject.toml index 1d07f04d..137efa05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PowerPlatform-Dataverse-Client" -version = "1.0.0" +version = "1.0.1" description = "Python SDK for Microsoft Dataverse" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Microsoft Corporation"}]