Skip to content

Commit

Permalink
Bump oryx version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 599587934
  • Loading branch information
ColCarroll authored and The oryx Authors committed Jan 18, 2024
1 parent fd6c9cf commit 28eaacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oryx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 28eaacc

Please sign in to comment.