bump version

This commit is contained in:
Andreas Koepf 2025-03-14 16:21:34 +01:00
parent e4063f1f85
commit 615acb9d84
2 changed files with 2 additions and 2 deletions

View file

@ -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.16"
__version__ = "0.1.17"
__all__ = [
"arc",
"algebra",