chore: bump version to 1.0.2

This commit is contained in:
MinaSaad1 2026-03-26 19:30:51 +02:00
parent a3d2d5282a
commit 453f31576e
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2026-03-26
### Fixed
- Separate README for GitHub (Mermaid diagrams) and PyPI (text art)
## [1.0.1] - 2026-03-26
### Fixed

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pbi-cli-tool"
version = "1.0.1"
version = "1.0.2"
description = "CLI for Power BI semantic models - wraps the Power BI MCP server 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 MCP server."""
__version__ = "1.0.1"
__version__ = "1.0.2"