From 0855af795a297554b002dbb2c2019b5e4d2bd84a Mon Sep 17 00:00:00 2001 From: Matteo Hessel Date: Tue, 19 Mar 2024 02:57:39 -0700 Subject: [PATCH] Increase version number to make a new release. PiperOrigin-RevId: 617107115 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index e5fc22f..8ef1166 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -103,7 +103,7 @@ from chex._src.warnings import warn_only_n_pos_args_in_future -__version__ = "0.1.85" +__version__ = "0.1.86" __all__ = ( "all_variants",