From 06426a1bcdd7c346ff3adec07f04a35e3bad459a Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Mon, 27 Mar 2023 03:38:30 -0700 Subject: [PATCH] Release v0.1.7 PiperOrigin-RevId: 519674499 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index 854eaf71..f864bdda 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -100,7 +100,7 @@ from chex._src.variants import variants -__version__ = "0.1.6" +__version__ = "0.1.7" __all__ = ( "all_variants",