Skip to content

Commit

Permalink
bump version -> v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Jun 23, 2023
1 parent 0cb52ad commit 5c9fc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeneralizedSylvesterSolver"
uuid = "3b00829b-373b-4a35-afa6-09f888b04ecd"
authors = ["MichelJuillard <[email protected]>"]
version = "0.1.2"
version = "0.2.0"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
Expand All @@ -12,5 +12,5 @@ QuasiTriangular = "e29349eb-b3c8-4189-b6e7-6b7aca9b1830"
[compat]
julia = "1.6.3"
FastLapackInterface = "^1"
KroneckerTools = "0.1.1"
QuasiTriangular = "0.1.0"
KroneckerTools = "0.2.0"
QuasiTriangular = "0.2.0"

2 comments on commit 5c9fc9c

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

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.0 -m "<description of version>" 5c9fc9c0187672a80cc0a91d137665eb794c0c0e
git push origin v0.2.0

Please sign in to comment.