Skip to content

Commit 69406b1

Browse files
cpgaffney1copybara-github
authored andcommitted
Increase version and auto-release.
PiperOrigin-RevId: 499508878
1 parent 76c8274 commit 69406b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.1.0] - 2022-1-04
11+
1012
### Added
1113

1214
- Check for metric file in addition to item directory in CheckpointManager.

orbax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Orbax API."""
1616

1717
# A new PyPI release will be pushed everytime `__version__` is increased.
18-
__version__ = '0.0.23'
18+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)