Skip to content

Commit

Permalink
Increase version and add Michael as author
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Schoenbrod committed Jan 6, 2022
1 parent a9297bb commit 0ab3675
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name = "PhasedArray"
uuid = "26694ec9-1e1a-50ce-959e-f72fe0aa84a3"
authors = ["Soeren Schoenbrod <[email protected]>"]
version = "0.7.1"
authors = ["Soeren Schoenbrod <[email protected]>",
"Michael Niestroj <[email protected]"]
version = "0.8.0"

[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand Down

2 comments on commit 0ab3675

@zsoerenm
Copy link
Member

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

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.8.0 -m "<description of version>" 0ab36750b39e48444884d81af540e8a9dff1765b
git push origin v0.8.0

Please sign in to comment.