Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Nov 30, 2022
1 parent eeef092 commit 6cadc9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion src/trustyai/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""TrustyAI version"""
__version__ = "0.2.6"
__version__ = "0.2.7"

0 comments on commit 6cadc9c

Please sign in to comment.