diff --git a/pyproject.toml b/pyproject.toml index c5d0522..a445048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trustyai" -version = "0.6.0" +version = "0.6.1" 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 1012000..9955a68 100644 --- a/src/trustyai/version.py +++ b/src/trustyai/version.py @@ -1,2 +1,2 @@ """TrustyAI version""" -__version__ = "0.6.0" +__version__ = "0.6.1"