From a158b3497b2763288a800be709ef6fc3f2878852 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Fri, 12 Jun 2026 14:16:38 -0700 Subject: [PATCH] Release v0.1.9 PiperOrigin-RevId: 931328521 --- .github/workflows/ci.yml | 2 +- rlax/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d7040..f86e791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: - python-version: ["3.11", "3.12", "3.13", "3.14"] + python-version: ["3.12", "3.13", "3.14"] os: [ubuntu-latest] jax-version: ["newest"] diff --git a/rlax/__init__.py b/rlax/__init__.py index d76a014..7d985c1 100644 --- a/rlax/__init__.py +++ b/rlax/__init__.py @@ -142,7 +142,7 @@ from rlax._src.vtrace import vtrace from rlax._src.vtrace import vtrace_td_error_and_advantage -__version__ = "0.1.8" +__version__ = "0.1.9" __all__ = ( "add_gaussian_noise",