From adcf9c6423d17a7288a871886203b13b363fa509 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa Date: Mon, 30 Sep 2024 02:20:23 -0700 Subject: [PATCH] increase version number for a pypi release PiperOrigin-RevId: 680482115 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index 3863563..7334ffb 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.86" +__version__ = "0.1.87" __all__ = ( "all_variants",