From 88cf010e0c7069e1c387a95bb263d8b889a3c693 Mon Sep 17 00:00:00 2001 From: Abel Milash Date: Fri, 10 Apr 2026 17:43:05 -0700 Subject: [PATCH] Bump version to 0.1.0b9 for next development cycle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e26347..fd7d8d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PowerPlatform-Dataverse-Client" -version = "0.1.0b8" +version = "0.1.0b9" description = "Python SDK for Microsoft Dataverse" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Microsoft Corporation"}]