diff --git a/checkpoint/CHANGELOG.md b/checkpoint/CHANGELOG.md index f3fa058f..7bce4354 100644 --- a/checkpoint/CHANGELOG.md +++ b/checkpoint/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add logging to detect missing chunks to emergency checkpointing to facilitate local checkpoint debugging. -## [0.10.0] - 2024-11-22 +## [0.10.0] - 2024-11-21 ### Added - Add `RootMetadata` and `StepMetadata` classes as ways for the user to diff --git a/checkpoint/orbax/checkpoint/version.py b/checkpoint/orbax/checkpoint/version.py index 168b18a9..bebaa492 100644 --- a/checkpoint/orbax/checkpoint/version.py +++ b/checkpoint/orbax/checkpoint/version.py @@ -16,7 +16,7 @@ # A new PyPI release will be pushed everytime `__version__` is increased. # Also modify version and date in CHANGELOG. -__version__ = '0.9.1' +__version__ = '0.10.0' # TODO: b/362813406 - Add latest change timestamp and commit number.