Skip to content

Commit

Permalink
fix Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jul 1, 2019
1 parent 966be54 commit 585abdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ version = "0.1.0"

[compat]
julia = "1"

[extras]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["OffsetArrays", "Test"]
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

2 comments on commit 585abdf

@rafaqz
Copy link
Collaborator Author

@rafaqz rafaqz commented on 585abdf Jul 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 updated: JuliaRegistries/General/1602

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>" 585abdff5a62ef91e4428b4e638eb47d63fecc27
git push origin v0.1.0

Please sign in to comment.