From 28eaaccb31f057418bfda865793e9d25b77c0f5c Mon Sep 17 00:00:00 2001 From: Colin Carroll Date: Thu, 18 Jan 2024 12:21:35 -0800 Subject: [PATCH] Bump oryx version. PiperOrigin-RevId: 599587934 --- oryx/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oryx/version.py b/oryx/version.py index fd652ab..5043225 100644 --- a/oryx/version.py +++ b/oryx/version.py @@ -17,7 +17,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = '0' _MINOR_VERSION = '2' -_PATCH_VERSION = '5' +_PATCH_VERSION = '6' # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official diff --git a/pyproject.toml b/pyproject.toml index 5d8b432..9dcc41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oryx" -version = "0.2.5" +version = "0.2.6" description = "Probabilistic programming and deep learning in JAX" authors = ["Google LLC"] license = "Apache 2.0"