Skip to content

Commit

Permalink
Merge pull request #7 from JuliaLinearAlgebra/jishnub-patch-1
Browse files Browse the repository at this point in the history
Bump version to v1.0.0
  • Loading branch information
jishnub authored Jul 28, 2023
2 parents 7a12329 + 7f54887 commit 79a501f
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,7 +1,7 @@
name = "LowRankMatrices"
uuid = "e65ccdef-c354-471a-8090-89bec1c20ec3"
authors = ["Jishnu Bhattacharya <[email protected]> and contributors"]
version = "1.0.0-DEV"
version = "1.0.0"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand Down

2 comments on commit 79a501f

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

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 v1.0.0 -m "<description of version>" 79a501f6f1b15aa436e34c1d2ee6efd3411b036d
git push origin v1.0.0

Please sign in to comment.