From bfb7316b96f9e5b04744e8872c1abba9b2dac6b9 Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Mon, 24 Jul 2023 13:03:35 -0700 Subject: [PATCH] Increase the mctx version number to 0.0.3. Fixes #57 PiperOrigin-RevId: 550649827 --- mctx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mctx/__init__.py b/mctx/__init__.py index 903a8e7..13daedc 100644 --- a/mctx/__init__.py +++ b/mctx/__init__.py @@ -37,7 +37,7 @@ from mctx._src.search import search from mctx._src.tree import Tree -__version__ = "0.0.2" +__version__ = "0.0.3" __all__ = ( "ChanceRecurrentFnOutput",