Skip to content

Commit

Permalink
Typo in reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlynch committed Dec 26, 2020
1 parent 6211f5c commit b97fc0d
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 @@ -17,7 +17,7 @@ FFTW = "1.1"
IterTools = "1"
OffsetArrays = "0.11, 1"
Polynomials = "1.0"
eexport = "0.2, 1.0"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
julia = "1"

Expand Down

2 comments on commit b97fc0d

@galenlynch
Copy link
Member 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 created: JuliaRegistries/General/26953

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

Please sign in to comment.