From 626d6978e737e350c2acb40307f8b4e3a8bb3dae Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Fri, 20 Oct 2023 02:54:46 -0700 Subject: [PATCH] Release 0.1.84. PiperOrigin-RevId: 575162236 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index c9ade89..71839c2 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -100,7 +100,7 @@ from chex._src.variants import variants -__version__ = "0.1.83" +__version__ = "0.1.84" __all__ = ( "all_variants",