Skip to content

Commit

Permalink
Add [compat] section
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Oct 9, 2019
1 parent bfce3a0 commit 701e540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
DataFrames = ">= 0.19"
ProgressMeter = ">= 1.1"

2 comments on commit 701e540

@athre0z
Copy link
Member Author

@athre0z athre0z commented on 701e540 Oct 9, 2019

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/4216

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 701e5403d7c5cf885153fd4653acd994b8e4ebc6
git push origin v0.1.0

Please sign in to comment.