Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Feb 2, 2024
1 parent 8695afe commit ebd78b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.5.0] - 2024-02-02

- Add HAP/detoxify module to Python TrustyAI ([#197](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/197))
- Update CI Ubuntu version from 20.04 to 22.04 ([#199](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/199))

## [0.4.0] - 2024-01-15

- feat: Publish using PyPi Trusted Providers (#[183](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/183))
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "trustyai"
version = "0.4.0"
version = "0.5.0"
description = "Python bindings to the TrustyAI explainability library."
authors = [{ name = "Rui Vieira", email = "[email protected]" }]
license = { text = "Apache License Version 2.0" }
Expand All @@ -11,7 +11,7 @@ keywords = ["trustyai", "xai", "explainability", "ml"]

classifiers = [
"License :: OSI Approved :: Apache Software License",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Java",
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.4.0"
__version__ = "0.5.0"

0 comments on commit ebd78b3

Please sign in to comment.