Skip to content

Commit

Permalink
Increase version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 517526368
  • Loading branch information
cpgaffney1 authored and copybara-github committed Mar 17, 2023
1 parent 89e6651 commit c194eee
Show file tree
Hide file tree
Showing 2 changed files with 3 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.4] - 2022-03-17

### Added
- Use a more precise timestamp when generating temporary directory names to
permit more than one concurrent checkpointing attempt per second.
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.4'
__version__ = '0.1.5'

0 comments on commit c194eee

Please sign in to comment.