From cfdb3e2ad53b13c94b422a3654b920ba77de52bd Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 20 Sep 2023 05:57:44 -0700 Subject: [PATCH] Release 0.1.83. PiperOrigin-RevId: 566938297 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index 1221c4c1..c9ade89f 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -100,7 +100,7 @@ from chex._src.variants import variants -__version__ = "0.1.82" +__version__ = "0.1.83" __all__ = ( "all_variants",