We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acacaa commit 6dbae6aCopy full SHA for 6dbae6a
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "trustyai"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "Python bindings to the TrustyAI explainability library."
5
authors = [{ name = "Rui Vieira", email = "[email protected]" }]
6
license = { text = "Apache License Version 2.0" }
src/trustyai/version.py
@@ -1,2 +1,2 @@
"""TrustyAI version"""
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments