mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
bump version
This commit is contained in:
parent
79ba55aae3
commit
8c12fe86e2
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "reasoning_gym"
|
name = "reasoning_gym"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Open-Thought community", email = "andreas.koepf@xamla.com" },
|
{ name = "Open-Thought community", email = "andreas.koepf@xamla.com" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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 . import algebra, algorithmic, arc, arithmetic, code, cognition, data, games, geometry, graphs, induction, logic
|
||||||
from .factory import create_dataset, register_dataset
|
from .factory import create_dataset, register_dataset
|
||||||
|
|
||||||
__version__ = "0.1.16"
|
__version__ = "0.1.17"
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"arc",
|
"arc",
|
||||||
"algebra",
|
"algebra",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue