chore: bump version to 3.10.10

This commit is contained in:
MinaSaad1 2026-04-07 22:42:10 +02:00
parent b723a134a7
commit ff96cc3f3b
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pbi-cli-tool" name = "pbi-cli-tool"
version = "3.10.9" version = "3.10.10"
description = "CLI for Power BI semantic models and PBIR reports - direct .NET connection for token-efficient AI agent usage" description = "CLI for Power BI semantic models and PBIR reports - direct .NET connection for token-efficient AI agent usage"
readme = "README.pypi.md" readme = "README.pypi.md"
license = "MIT AND LicenseRef-Microsoft-AS-Client-Libraries" license = "MIT AND LicenseRef-Microsoft-AS-Client-Libraries"

View file

@ -1,3 +1,3 @@
"""pbi-cli: CLI for Power BI semantic models via direct .NET interop.""" """pbi-cli: CLI for Power BI semantic models via direct .NET interop."""
__version__ = "3.10.9" __version__ = "3.10.10"