Skip to content

Commit

Permalink
Add compat entry for ProgressMeter
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels committed Mar 2, 2020
1 parent fdbe44d commit a096395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DataStructures = "0.17"
Distributions = "0.21"
Sobol = "1.3"
julia = "1"
ProgressMeter = "1.2"

[extras]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Expand Down

2 comments on commit a096395

@lrennels
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/10431

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

Please sign in to comment.