Skip to content

Commit 6dbae6a

Browse files
authored
Release/0.6.1 (#217)
* Release 0.6.1 * Change version
1 parent 8acacaa commit 6dbae6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trustyai"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Python bindings to the TrustyAI explainability library."
55
authors = [{ name = "Rui Vieira", email = "[email protected]" }]
66
license = { text = "Apache License Version 2.0" }

src/trustyai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""TrustyAI version"""
2-
__version__ = "0.6.0"
2+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)