From b0846648ef1a4340db0c760c284696792a9580c7 Mon Sep 17 00:00:00 2001 From: Colin Gaffney Date: Wed, 22 Mar 2023 10:05:50 -0700 Subject: [PATCH] Increase version. PiperOrigin-RevId: 518600580 --- CHANGELOG.md | 7 ++++++- orbax/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08e9e0a..4e0eb049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.4] - 2022-03-17 +## [0.1.6] - 2022-03-22 + +### Fixed +- Small bug fixes. + +## [0.1.5] - 2022-03-17 ### Added - Use a more precise timestamp when generating temporary directory names to diff --git a/orbax/__init__.py b/orbax/__init__.py index 723a80da..46fcca98 100644 --- a/orbax/__init__.py +++ b/orbax/__init__.py @@ -15,4 +15,4 @@ """Orbax API.""" # A new PyPI release will be pushed everytime `__version__` is increased. -__version__ = '0.1.5' +__version__ = '0.1.6'