Skip to content

Commit e28d667

Browse files
committed
Bump to v1.0.2 — lint-clean release
All ruff lint errors fixed, CI updated to pass.
1 parent 8e8631f commit e28d667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "trusteval-ai"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Enterprise LLM Evaluation & Responsible AI Framework for Healthcare, BFSI, Retail & Legal industries"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

trusteval/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Author: Antrixsh Gupta | https://www.linkedin.com/in/antrixshgupta
33
# License: MIT
44

5-
__version__ = "1.0.1"
5+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)