From 4a8312e7ac36703547bcdf895349f5c74b2869ae Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:43:39 -0700 Subject: [PATCH] fix(docs): trigger release --- packages/bundle/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/bundle/README.md b/packages/bundle/README.md index eb4b8254..355c7551 100644 --- a/packages/bundle/README.md +++ b/packages/bundle/README.md @@ -3,7 +3,8 @@ [![PyPI version](https://badge.fury.io/py/microsoft-kiota-bundle.svg)](https://badge.fury.io/py/microsoft-kiota-bundle) [![Downloads](https://pepy.tech/badge/microsoft-kiota-bundle)](https://pepy.tech/project/microsoft-kiota-bundle) -The Microsoft Kiota Bundle Library is a library providing default implementations for client setup. The package provides a request adapter implementation with defaults serialization libraries setup fo use with a generated Kiota client. +The Microsoft Kiota Bundle Library is a library providing default implementations for client setup. The package provides +a request adapter implementation with defaults serialization libraries setup fo use with a generated Kiota client. Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README.md).