From 77227795567f06a313188e65e5dc1d981fa2fdd0 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Fri, 12 Jun 2026 13:18:35 -0700 Subject: [PATCH] Release v0.1.9 PiperOrigin-RevId: 931299712 --- .github/workflows/ci.yml | 2 +- mctx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc16862..58ca0fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.12", "3.13", "3.14"] os: [ubuntu-latest] steps: diff --git a/mctx/__init__.py b/mctx/__init__.py index d7413db..7102c41 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.6" +__version__ = "0.0.7" __all__ = ( "ChanceRecurrentFnOutput",