Skip to content

Commit 2f3a878

Browse files
sharadmvtensorflower-gardener
authored andcommitted
[Oryx] Fix TFP version and update Oryx version
PiperOrigin-RevId: 383951955
1 parent 4e176ba commit 2f3a878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spinoffs/oryx/oryx/version.py

Lines changed: 1 addition & 1 deletion
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 = '0'
20+
_PATCH_VERSION = '1'
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

spinoffs/oryx/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ============================================================================
1515
[tool.poetry]
1616
name = "oryx"
17-
version = "0.2.0"
17+
version = "0.2.1"
1818
description = "Probabilistic programming and deep learning in JAX"
1919
authors = ["Google LLC"]
2020
license = "Apache 2.0"
@@ -24,7 +24,7 @@ python = "^3.6"
2424
jax = "0.2.16"
2525
jaxlib = "0.1.68"
2626
dataclasses = { version = "*", python = "<3.7" }
27-
tfp-nightly = {extras = ["jax"], version = "0.14.0-alpha.20210623"}
27+
tfp-nightly = {extras = ["jax"], version = "0.14.0.dev20210630"}
2828

2929

3030
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)