From ea9c10b610a3c65c34a03ec78a4b5a5e1c753c9c Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Wed, 3 Dec 2025 09:18:30 +0000 Subject: [PATCH] chore: Bump release 0.6.3 --- README.md | 2 +- pyproject.toml | 2 +- src/trustyai/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7561cbf..ffb3bec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-0.6.2-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml) +![version](https://img.shields.io/badge/version-0.6.3-green) [![Tests](https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg)](https://github.com/trustyai-python/examples/actions/workflows/workflow.yml) # python-trustyai diff --git a/pyproject.toml b/pyproject.toml index c4ca784..34b5c9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustyai" -version = "0.6.2" +version = "0.6.3" description = "Python bindings to the TrustyAI explainability library." authors = [{ name = "Rui Vieira", email = "rui@redhat.com" }] license = { text = "Apache License Version 2.0" } diff --git a/src/trustyai/version.py b/src/trustyai/version.py index ad0ffa2..30c4561 100644 --- a/src/trustyai/version.py +++ b/src/trustyai/version.py @@ -1,3 +1,3 @@ """TrustyAI version""" -__version__ = "0.6.2" +__version__ = "0.6.3"