Skip to content

Commit 10ca2e1

Browse files
authored
Merge pull request #28 from srlearn/bump-datasets-version
✨ Bump `datasets` to `v0.0.6`, Add `california_housing` and `roofworld20`
2 parents e522241 + ef99017 commit 10ca2e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

relational_datasets/request.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@
5050
"boston_housing",
5151
"drug_interactions",
5252
"toy_machines",
53+
"california_housing",
54+
"roofworld20",
5355
]
54-
LATEST_VERSION = "v0.0.5"
56+
LATEST_VERSION = "v0.0.6"
5557

5658

5759
def latest_version() -> str:

0 commit comments

Comments
 (0)