Skip to content

Commit cd6f2f8

Browse files
authored
bump version (v0.0.1a4) (#29)
bump version + update changelog
1 parent b79317e commit cd6f2f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.1a4] - 2025-02-07
11+
1012
### Fixed
1113

1214
- Pydantic model validation error when querying Project and listing Organizations.
@@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133

3234
- Pre-release of the Cleanlab Codex Python client.
3335

34-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...HEAD
36+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a4...HEAD
37+
[0.0.1a4]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...v0.0.1a4
3538
[0.0.1a3]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...v0.0.1a3
3639
[0.0.1a2]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2
3740
[0.0.1a1]: https://github.com/cleanlab/cleanlab-codex/compare/267a93300f77c94e215d7697223931e7926cad9e...v0.0.1a1

src/cleanlab_codex/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "0.0.1a3"
2+
__version__ = "0.0.1a4"

0 commit comments

Comments
 (0)