From 6cadc9c4d5acd9ecf2215fc96ef02bfa62a9ec27 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Wed, 30 Nov 2022 13:46:02 +0000 Subject: [PATCH] Release 0.2.7 --- 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 d27d900..1641f13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-0.2.6-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.2.7-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 5598f50..c76a212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustyai" -version = "0.2.6" +version = "0.2.7" description = "Python bindings to the TrustyAI explainability library." authors = [{ name = "Rui Vieira", email = "rui@redhat.com" }] license = { file = "LICENSE" } diff --git a/src/trustyai/version.py b/src/trustyai/version.py index b8fd585..75d1c97 100644 --- a/src/trustyai/version.py +++ b/src/trustyai/version.py @@ -1,2 +1,2 @@ """TrustyAI version""" -__version__ = "0.2.6" +__version__ = "0.2.7"