Skip to content

Commit 28eaacc

Browse files
ColCarrollThe oryx Authors
authored and
The oryx Authors
committed
Bump oryx version.
PiperOrigin-RevId: 599587934
1 parent fd6c9cf commit 28eaacc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oryx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '2'
20-
_PATCH_VERSION = '5'
20+
_PATCH_VERSION = '6'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oryx"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Probabilistic programming and deep learning in JAX"
55
authors = ["Google LLC"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)