From 498ecdaf6c6b8b3932b67ae19f99d90721d924e4 Mon Sep 17 00:00:00 2001 From: Abel Milash Date: Tue, 12 May 2026 20:33:47 -0700 Subject: [PATCH] Bump version to 0.1.0b11 for next development cycle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28d18fd1..723e045d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PowerPlatform-Dataverse-Client" -version = "0.1.0b10" +version = "0.1.0b11" description = "Python SDK for Microsoft Dataverse" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Microsoft Corporation"}]