Skip to content

Commit 2ede1ea

Browse files
authored
Bump version (v0.0.1) (#43)
1 parent ca4fa81 commit 2ede1ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.0.0] 2026-01-12
1111
- Initial release of the `trustworthy-llm` library.
1212

13-
[Unreleased]: https://github.com/cleanlab/tlm/compare/v0.0.0...HEAD
13+
## [0.0.1] 2026-01-12
14+
- Add structured outputs functionality.
15+
16+
[Unreleased]: https://github.com/cleanlab/tlm/compare/v0.0.1...HEAD
17+
[0.0.1]: https://github.com/cleanlab/tlm/commits/v0.0.1
1418
[0.0.0]: https://github.com/cleanlab/tlm/commits/v0.0.0

tlm/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)