From 72233fc2eac8f5d2041b31bdb4fd1d9b59343413 Mon Sep 17 00:00:00 2001 From: Andreas Koepf Date: Wed, 26 Feb 2025 18:25:16 +0100 Subject: [PATCH] bump version, pypi release of 0.1.12 --- pyproject.toml | 2 +- reasoning_gym/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3028614..98f50af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "reasoning_gym" -version = "0.1.12" +version = "0.1.13" authors = [ { name = "Open-Thought community", email = "andreas.koepf@xamla.com" }, ] diff --git a/reasoning_gym/__init__.py b/reasoning_gym/__init__.py index d4d63847..d337f977 100644 --- a/reasoning_gym/__init__.py +++ b/reasoning_gym/__init__.py @@ -5,7 +5,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin from . import algebra, algorithmic, arc, arithmetic, code, cognition, data, games, geometry, graphs, induction, logic from .factory import create_dataset, register_dataset -__version__ = "0.1.12" +__version__ = "0.1.13" __all__ = [ "arc", "algebra",