Skip to content

Commit

Permalink
updated Project.toml with compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerHeintzmann committed Jul 13, 2021
1 parent 2b88cd7 commit a25ecc6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ authors = ["rheintzmann <[email protected]>"]
version = "0.1.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
View5D = "90d841e0-6953-4e90-9f3a-43681da8e949"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
NDTools = "0.1"
IndexFunArrays = "0.2.1"
julia = "1.6"

[targets]
test = ["Test", "Random"]

2 comments on commit a25ecc6

@RainerHeintzmann
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 updated: JuliaRegistries/General/40804

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

Please sign in to comment.