Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634515761
  • Loading branch information
ColCarroll authored and The oryx Authors committed May 16, 2024
1 parent e7a0987 commit 7340983
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 = '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
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.6"
version = "0.2.7"
description = "Probabilistic programming and deep learning in JAX"
authors = ["Google LLC"]
license = "Apache 2.0"
Expand Down

0 comments on commit 7340983

Please sign in to comment.