We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c8274 commit 69406b1Copy full SHA for 69406b1
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.0] - 2022-1-04
11
+
12
### Added
13
14
- Check for metric file in addition to item directory in CheckpointManager.
orbax/__init__.py
@@ -15,4 +15,4 @@
15
"""Orbax API."""
16
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
-__version__ = '0.0.23'
+__version__ = '0.1.0'
0 commit comments