Skip to content

Commit

Permalink
version 1.0.0 to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrs28 committed May 24, 2019
1 parent e50b0a5 commit d9ad9e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name = "MUMPS3"
uuid = "8158958c-316f-11e9-3ff7-338d4f1f622e"
version = "1.0.0"
authors = ["William R Sweeney <[email protected]>"]

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "≥ 1.1"

2 comments on commit d9ad9e6

@wrs28
Copy link
Owner Author

@wrs28 wrs28 commented on d9ad9e6 May 24, 2019

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 created: JuliaRegistries/General/958

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

Please sign in to comment.