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 dd18e24 commit 0e4c4b7
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 = "GeneralizedSylvesterSolver"
uuid = "3b00829b-373b-4a35-afa6-09f888b04ecd"
authors = ["MichelJuillard <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
Expand All @@ -11,6 +11,6 @@ QuasiTriangular = "e29349eb-b3c8-4189-b6e7-6b7aca9b1830"

[compat]
julia = "1.6.3"
FastLapackInterface = "^1"
FastLapackInterface = "2.0.0"
KroneckerTools = "0.2.0"
QuasiTriangular = "0.2.0"

2 comments on commit 0e4c4b7

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

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>" 0e4c4b7ec21bd7fa5af66ab07b7c709c8d52d40b
git push origin v0.2.1

Please sign in to comment.