Skip to content

Commit

Permalink
bump to 0.7.5 and allow DataFrames 1.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Apr 22, 2021
1 parent c2b17d0 commit 7ccc163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RDatasets"
uuid = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
version = "0.7.4"
version = "0.7.5"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
CSV = "0.5, 0.6, 0.7, 0.8"
CodecZlib = "0.4, 0.5, 0.6, 0.7"
DataFrames = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
DataFrames = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
FileIO = "1"
RData = "0.5, 0.6, 0.7"
Reexport = "0.2, 1.0"
Expand Down

2 comments on commit 7ccc163

@bkamins
Copy link
Contributor 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/34976

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.7.5 -m "<description of version>" 7ccc16370cb8a5303fe94a8fc70171e338942af4
git push origin v0.7.5

Please sign in to comment.