Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Apr 16, 2020
1 parent db48dbb commit 9b0d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[compat]
IterativeSolvers = "0.8"
ProgressMeter = "1.2"
SIMDPirates = "= 0.6.5"
SIMDPirates = "0.6.5, 0.7"
SparsityOperators = "0.1.5"
VectorizationBase = "0.10.4"
julia = "1.0"
Expand Down

2 comments on commit 9b0d645

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 9b0d645 Apr 16, 2020

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/13113

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.6.0 -m "<description of version>" 9b0d645a9a482321033760e92f58bb04a0a962d2
git push origin v0.6.0

Please sign in to comment.