Skip to content

Commit

Permalink
changed compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nantonel committed May 25, 2020
1 parent e67b722 commit 0839761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "ImageMethodReverb"
uuid = "867a2677-d0be-406c-9fc2-92fafbd54ad6"
authors = ["Niccolo Antonello"]
version = "0.2.0"
version = "1.0.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"

[compat]
DSP = "≥ 0.5.1"
julia = "≥ 1.0.0"
julia = "1.0.0"
DSP = "0.5.0"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 0839761

@nantonel
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 created: JuliaRegistries/General/15346

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 v1.0.0 -m "<description of version>" 08397617e9614eb80430c575f5f135372be37715
git push origin v1.0.0

Please sign in to comment.