From 7a2621aac0e465d230d019c88555a3bb0bcc7c7e Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 8 Mar 2024 15:41:49 +0000 Subject: [PATCH] Update version for release (#205) --- 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 b621526..95c0cb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version](https://img.shields.io/badge/version-0.4.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.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) # python-trustyai diff --git a/pyproject.toml b/pyproject.toml index 102c401..b1416b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustyai" -version = "0.5.0" +version = "0.6.0" 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 5e53b65..1012000 100644 --- a/src/trustyai/version.py +++ b/src/trustyai/version.py @@ -1,2 +1,2 @@ """TrustyAI version""" -__version__ = "0.5.0" +__version__ = "0.6.0"