From 4d7afa0d780799ead0b7a9ff73e4aed353c0954f Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 11 Dec 2024 01:35:55 -0800 Subject: [PATCH] Release 0.1.88. PiperOrigin-RevId: 705017183 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index 7334ffb..508bbe9 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -104,7 +104,7 @@ from chex._src.warnings import warn_only_n_pos_args_in_future -__version__ = "0.1.87" +__version__ = "0.1.88" __all__ = ( "all_variants",