fix tool.hatch.build section in pyproject.toml

This commit is contained in:
Andreas Koepf 2025-02-07 19:02:43 +01:00
parent f522cbb349
commit ff74dfb5f2
2 changed files with 10 additions and 12 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.4"
__version__ = "0.1.5"
__all__ = [
"algebra",
"algorithmic",