Skip to content

Commit

Permalink
Add compat bounds (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jan 18, 2020
1 parent e3ee1ae commit 719e30b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name = "FFTViews"
uuid = "4f61f5a4-77b1-5117-aa51-3ab5ef4ef0cd"
version = "0.3.0"
author = ["Tim Holy <tim.holy@gmail.com>"]
version = "0.3.1"

[deps]
CustomUnitRanges = "dc8bdbbb-1ca9-579f-8c36-e416f6a65cce"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[compat]
CustomUnitRanges = "0.2, 1"
FFTW = "0.3, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit 719e30b

@timholy
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/8140

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.1 -m "<description of version>" 719e30badbb5e3a341dbfb68d9e762191d270464
git push origin v0.3.1

Please sign in to comment.