Skip to content

Commit

Permalink
minor change to compats
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 9, 2020
1 parent a17a794 commit ebeef88
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 @@ -20,9 +20,9 @@ CuArrays = "^1"
FFTW = "< 1.2"
FourierFlows = "^0.4"
JLD2 = "^0.1"
julia = "^1"
Reexport = "^0.2"
SpecialFunctions = "^0.10, 1"
SpecialFunctions = "^0.10, ^1"
julia = "^1"

[extras]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Expand Down

2 comments on commit ebeef88

@navidcy
Copy link
Member Author

@navidcy navidcy commented on ebeef88 Mar 9, 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 updated: JuliaRegistries/General/10747

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

Please sign in to comment.