chore: bump version to 2.1.1

This commit is contained in:
MinaSaad1 2026-03-27 12:39:32 +02:00
parent e4fd958e13
commit bd5762bf6c
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pbi-cli-tool"
version = "2.1.0"
version = "2.1.1"
description = "CLI for Power BI semantic models - direct .NET connection for token-efficient AI agent usage"
readme = "README.pypi.md"
license = {text = "MIT"}

View file

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