From 1e255f8f55d439cc0346f32697710d6b91587cdf Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Fri, 25 Feb 2022 04:52:49 -0800 Subject: [PATCH] Release v0.1.1 PiperOrigin-RevId: 430920861 --- chex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chex/__init__.py b/chex/__init__.py index dd80a06b..e1958c5e 100644 --- a/chex/__init__.py +++ b/chex/__init__.py @@ -90,7 +90,7 @@ from chex._src.variants import variants -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = ( "all_variants",