From ddf79ab074a20dc798f7ba2a232e59dcd2951b7a Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Thu, 3 Jul 2025 13:36:54 +0100 Subject: [PATCH] chore: Release 0.6.2 --- 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 95c0cb1..7e0c693 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-0.6.0-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.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) # python-trustyai diff --git a/pyproject.toml b/pyproject.toml index a6ed647..cfc4f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustyai" -version = "0.6.1" +version = "0.6.2" 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 42ba281..ad0ffa2 100644 --- a/src/trustyai/version.py +++ b/src/trustyai/version.py @@ -1,3 +1,3 @@ """TrustyAI version""" -__version__ = "0.6.1" +__version__ = "0.6.2"