Skip to content

Commit

Permalink
Update compats
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Sep 4, 2022
1 parent 55976a1 commit 127f38f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UrlDownload = "856ac37a-3032-4c1c-9122-f86d88358c8b"

[compat]
julia = "1"
julia = "1.6"
Reexport = "1"
CodecXz = "0.7"
Documenter = "0.27"
DataFrames = "1"
CodecBzip2 = "0.7"
CodecZlib = "0.7"
UrlDownload = "1"
CSV = "0.10"
RData = "0.8"

2 comments on commit 127f38f

@frankier
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/67666

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.1.0 -m "<description of version>" 127f38f87b3efba0e599eeff08dd29639a44442d
git push origin v0.1.0

Please sign in to comment.