Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
konkam committed Aug 31, 2020
1 parent f5186c0 commit 826618b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Expand Up @@ -15,3 +15,4 @@ Distributions = "0"
SpecialFunctions = "0.9.0, 0.10"
StatsFuns = "0"
julia = "1.5"

2 comments on commit 826618b

@konkam
Copy link
Owner

@konkam konkam commented on 826618b Aug 31, 2020

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 created: JuliaRegistries/General/20562

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.2 -m "<description of version>" 826618bf1ed71e22523cb1897826a7a802472b19
git push origin v0.1.2

Also, note the warning: Version 0.1.2 skips over 0.1.1
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.