From d40d32e1a18fb73030762bac33819f95fff9787c Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Fri, 24 Nov 2023 03:32:43 -0800 Subject: [PATCH] Increase the mctx version number to 0.0.5, to use the updated publishing scripts. PiperOrigin-RevId: 585052158 --- mctx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mctx/__init__.py b/mctx/__init__.py index 26a409d..071b93f 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.4" +__version__ = "0.0.5" __all__ = ( "ChanceRecurrentFnOutput",