From ff96cc3f3b7ac4308f02bf7459e5087b2861a841 Mon Sep 17 00:00:00 2001 From: MinaSaad1 Date: Tue, 7 Apr 2026 22:42:10 +0200 Subject: [PATCH] chore: bump version to 3.10.10 --- pyproject.toml | 2 +- src/pbi_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1f855c..c0007b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] 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" readme = "README.pypi.md" license = "MIT AND LicenseRef-Microsoft-AS-Client-Libraries" diff --git a/src/pbi_cli/__init__.py b/src/pbi_cli/__init__.py index d85c798..6488c27 100644 --- a/src/pbi_cli/__init__.py +++ b/src/pbi_cli/__init__.py @@ -1,3 +1,3 @@ """pbi-cli: CLI for Power BI semantic models via direct .NET interop.""" -__version__ = "3.10.9" +__version__ = "3.10.10"