Skip to content

Commit

Permalink
Merge pull request #36 from JuliaMatrices/jishnub-patch-1
Browse files Browse the repository at this point in the history
Version bump to v0.9.3
  • Loading branch information
jishnub authored Oct 13, 2022
2 parents 14f1a58 + e032800 commit 9c0dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MatrixFactorizations"
uuid = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
version = "0.9.2"
version = "0.9.3"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand Down

2 comments on commit 9c0dde7

@jishnub
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
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/70125

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.9.3 -m "<description of version>" 9c0dde7e6327eb8bbb43bf6423ec59a0e9757eb8
git push origin v0.9.3

Please sign in to comment.