Skip to content

Commit

Permalink
Trying to pass automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 20, 2020
1 parent 26bd16d commit da8278f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = ">=0.1.5"
VectorizationBase = ">=0.1.9"
SIMDPirates = "0.1.5,0.2"
VectorizationBase = "0.1.9,0.2"
julia = "1"

[extras]
Expand Down

2 comments on commit da8278f

@chriselrod
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 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/8180

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.4 -m "<description of version>" da8278f7e1dc47ba9412838296bc0aeda208f78e
git push origin v0.1.4

Please sign in to comment.