diff --git a/oryx/version.py b/oryx/version.py index 9b5f38a..6124170 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 = '6' +_PATCH_VERSION = '7' # 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 9dcc41c..b8272a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oryx" -version = "0.2.6" +version = "0.2.7" description = "Probabilistic programming and deep learning in JAX" authors = ["Google LLC"] license = "Apache 2.0"