Skip to content

Commit ee06caf

Browse files
authored
Merge pull request #19 from srlearn/bump_latest
🚀 Bump versions to release drug_interactions and toy_machines
2 parents fd9b18f + ed4d29c commit ee06caf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

relational_datasets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright © 2021 Alexander L. Hayes
22
# Apache 2.0 License
33

4-
__version__ = "v0.2.1-dev"
4+
__version__ = "v0.2.1"

relational_datasets/request.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@
4848
"nell_sports",
4949
"icml",
5050
"boston_housing",
51+
"drug_interactions",
52+
"toy_machines",
5153
]
52-
LATEST_VERSION = "v0.0.4"
54+
LATEST_VERSION = "v0.0.5"
5355

5456

5557
def latest_version() -> str:

0 commit comments

Comments
 (0)