bump version to 0.1.14

This commit is contained in:
Andreas Koepf 2025-02-07 18:28:06 +01:00
parent a64fdb8130
commit 2a363c8610
5 changed files with 147 additions and 7 deletions

View file

@ -5,7 +5,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
from . import algebra, algorithmic, arithmetic, code, cognition, data, games, geometry, graphs, logic
from .factory import create_dataset, register_dataset
__version__ = "0.1.3"
__version__ = "0.1.4"
__all__ = [
"algebra",
"algorithmic",