bump dev version to 0.1.19

This commit is contained in:
Andreas Köpf 2025-04-03 23:19:07 +02:00 committed by GitHub
parent dafdee621e
commit 7853263650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 853 additions and 736 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.18"
__version__ = "0.1.19"
__all__ = [
"arc",
"algebra",