From 8af2c9e8a19f3a57d9bd283c2a34148aef952f60 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 11 Dec 2024 02:27:33 -0800 Subject: [PATCH] Release 0.1.88. PiperOrigin-RevId: 705030269 --- 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",