From 81aa15da9ce7c33958c2c35f76ff9ef5cd14d47f Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Tue, 4 May 2021 04:22:24 -0700 Subject: [PATCH] Release Chex 0.0.7 PiperOrigin-RevId: 371886173 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index 85005214..055cb018 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -74,7 +74,7 @@ from chex._src.variants import variants -__version__ = "0.0.6" +__version__ = "0.0.7" __all__ = ( "all_variants",