From 8929f6a719cda7c84c7fc6430d84e41117e4b592 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 20 Sep 2023 06:30:56 -0700 Subject: [PATCH] Release 0.1.83. PiperOrigin-RevId: 566945260 --- 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",