Skip to content

Commit

Permalink
Merge pull request #13 from srlearn/bump_versions
Browse files Browse the repository at this point in the history
Bump versions to release `drug_interactions` and `toy_machines`
  • Loading branch information
hayesall authored Dec 1, 2021
2 parents beb6755 + 6783fb6 commit 759c733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RelationalDatasets"
uuid = "6b8bdb16-f930-11eb-22b5-7ba1dabdf7a8"
license = "Apache 2.0"
authors = ["Alexander L. Hayes <[email protected]>"]
version = "0.2.1-dev"
version = "0.2.1"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down
4 changes: 3 additions & 1 deletion src/request.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ DATASETS = [
"nell_sports",
"icml",
"boston_housing",
"drug_interactions",
"toy_machines",
]

"""Default download version.
If a "version" parameter is not passed to `load`, a dataset of this version
is downloaded by default.
"""
LATEST_VERSION = "v0.0.4"
LATEST_VERSION = "v0.0.5"


"""
Expand Down

2 comments on commit 759c733

@hayesall
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/49703

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" 759c73321c9fbe9b22d3fec3f5bb23c48cf96280
git push origin v0.2.1

Please sign in to comment.