Skip to content

Commit

Permalink
Registration hell, revisited
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav authored Apr 7, 2021
1 parent 290bcb5 commit 3845793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.3.2"
[compat]
julia = "1"
RecipesBase = "1"
SpecialFunctions = "0.7 - 1"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1"
DataFrames = "0.20, 0.21, 0.22"

[deps]
Expand Down

3 comments on commit 3845793

@davidavdav
Copy link
Owner Author

Choose a reason for hiding this comment

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

@juliaregister register

@davidavdav
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
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/33652

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.3.2 -m "<description of version>" 38457937e9fc3ad40319fd274c575b3a36835d41
git push origin v0.3.2

Please sign in to comment.