Skip to content

Commit

Permalink
Add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno authored Oct 21, 2019
1 parent 87fc02c commit c4dfc53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ version = "0.1.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"

2 comments on commit c4dfc53

@Keno
Copy link
Contributor Author

@Keno Keno commented on c4dfc53 Oct 21, 2019

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/4567

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

Please sign in to comment.