Skip to content

Commit

Permalink
Merge pull request #25 from Tokazama/patch-1
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
chriselrod authored Jun 17, 2022
2 parents dbb0648 + 076d60c commit 8049a38
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
@@ -1,7 +1,7 @@
name = "SLEEFPirates"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
authors = ["chriselrod <elrodc@gmail.com>"]
version = "0.6.32"
version = "0.6.33"

[deps]
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Expand All @@ -10,7 +10,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
IfElse = "0.1"
Static = "0.2, 0.3, 0.4, 0.5, 0.6"
Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
VectorizationBase = "0.20.12, 0.21"
julia = "1.5"

Expand Down

4 comments on commit 8049a38

@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
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/62488

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.33 -m "<description of version>" 8049a38f0d114ff4debb6ad56286abb1e08f33da
git push origin v0.6.33

@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
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/62488

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.33 -m "<description of version>" 8049a38f0d114ff4debb6ad56286abb1e08f33da
git push origin v0.6.33

Please sign in to comment.