Skip to content

Commit

Permalink
Moved Statistics to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
weech authored Jun 8, 2020
1 parent aa305ec commit 7726aea
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
Expand Up @@ -4,11 +4,11 @@ authors = ["Alex Weech <[email protected]>"]
version = "0.2.0"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
eccodes_jll = "b04048ba-5ccd-5610-b3f6-85129a548705"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[targets]
test = ["Test"]
test = ["Test", "Statistics"]

2 comments on commit 7726aea

@weech
Copy link
Owner Author

@weech weech commented on 7726aea Jun 8, 2020

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

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.0 -m "<description of version>" 7726aea720701f361ec3866d346055c7336552e6
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.