Skip to content

Commit

Permalink
Increase Orbax version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520469794
  • Loading branch information
cpgaffney1 authored and copybara-github committed Mar 29, 2023
1 parent 2d041de commit cde8f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7] - 2022-03-29

### Added
- Support for OCDBT driver in Tensorstore.

Expand Down
2 changes: 1 addition & 1 deletion orbax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Orbax API."""

# A new PyPI release will be pushed everytime `__version__` is increased.
__version__ = '0.1.6'
__version__ = '0.1.7'
1 change: 1 addition & 0 deletions orbax/checkpoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from orbax.checkpoint import aggregate_handlers
from orbax.checkpoint import checkpoint_utils
from orbax.checkpoint import lazy_utils
from orbax.checkpoint import msgpack_utils
from orbax.checkpoint import test_utils
from orbax.checkpoint import type_handlers
from orbax.checkpoint import utils
Expand Down

0 comments on commit cde8f95

Please sign in to comment.