Skip to content

Commit ed3e6c7

Browse files
authored
Update version to 0.5.0 (#200)
1 parent 8695afe commit ed3e6c7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [0.5.0] - 2024-02-02
6+
7+
- Add HAP/detoxify module to Python TrustyAI ([#197](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/197))
8+
- Update CI Ubuntu version from 20.04 to 22.04 ([#199](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/199))
9+
510
## [0.4.0] - 2024-01-15
611

712
- feat: Publish using PyPi Trusted Providers (#[183](https://github.com/trustyai-explainability/trustyai-explainability-python/pull/183))

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trustyai"
3-
version = "0.4.0"
3+
version = "0.5.0"
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" }
@@ -11,7 +11,7 @@ keywords = ["trustyai", "xai", "explainability", "ml"]
1111

1212
classifiers = [
1313
"License :: OSI Approved :: Apache Software License",
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Science/Research",
1717
"Programming Language :: Java",

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.4.0"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)