We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd9b18f + ed4d29c commit ee06cafCopy full SHA for ee06caf
relational_datasets/_version.py
@@ -1,4 +1,4 @@
1
# Copyright © 2021 Alexander L. Hayes
2
# Apache 2.0 License
3
4
-__version__ = "v0.2.1-dev"
+__version__ = "v0.2.1"
relational_datasets/request.py
@@ -48,8 +48,10 @@
48
"nell_sports",
49
"icml",
50
"boston_housing",
51
+ "drug_interactions",
52
+ "toy_machines",
53
]
-LATEST_VERSION = "v0.0.4"
54
+LATEST_VERSION = "v0.0.5"
55
56
57
def latest_version() -> str:
0 commit comments