From 93f50572343a9b749ba5ee92324a527cd3ba46f0 Mon Sep 17 00:00:00 2001 From: Abel Milash Date: Wed, 29 Apr 2026 16:41:09 -0700 Subject: [PATCH] Bump version to 0.1.0b10 for next development cycle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd7d8d66..28d18fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PowerPlatform-Dataverse-Client" -version = "0.1.0b9" +version = "0.1.0b10" description = "Python SDK for Microsoft Dataverse" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Microsoft Corporation"}]