Skip to content

Commit

Permalink
Merge pull request #15 from invenia/aa/no-jacket-required
Browse files Browse the repository at this point in the history
Delete REQUIRE, add version to Project.toml
  • Loading branch information
rofinn authored May 1, 2019
2 parents 015e72f + 6f0f9a9 commit a3b9fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "FDM"
uuid = "e25cca7e-83ef-51fa-be6c-dfe2a3123128"
version = "0.5.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

2 comments on commit a3b9fa3

@rofinn
Copy link
Contributor Author

@rofinn rofinn commented on a3b9fa3 May 1, 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/487

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

Please sign in to comment.