Skip to content

Commit

Permalink
set version to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Dec 3, 2021
1 parent 1358920 commit bec940a
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 = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.8-pre"
version = "0.5.8"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -33,4 +33,4 @@ Requires = "0.5.2, 1"
StaticArrays = "1.0"
UnPack = "1.0"
Unrolled = "0.1.3"
julia = "1.5"
julia = "1.6"

2 comments on commit bec940a

@ranocha
Copy link
Owner Author

@ranocha ranocha commented on bec940a Dec 3, 2021

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

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

Please sign in to comment.