Skip to content

Commit

Permalink
bump version -> v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Jun 29, 2023
1 parent fed69df commit 16c549e
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,12 +1,12 @@
name = "PolynomialMatrixEquations"
uuid = "4f9d485d-518f-41ed-81c8-372cd804c93b"
authors = ["Michel Juillard <[email protected]> "]
version = "0.2.0"
version = "0.2.1"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
julia = "1.6.5"
FastLapackInterface = "^1"
FastLapackInterface = "2.0.0"

2 comments on commit 16c549e

@MichelJuillard
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 created: JuliaRegistries/General/86512

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.2.1 -m "<description of version>" 16c549e918e5f52671621cc8f387b845d2671b39
git push origin v0.2.1

Please sign in to comment.