Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonolige authored and amontoison committed Jan 28, 2023
1 parent 67b719d commit 518ef4c
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 = "MatrixMarket"
uuid = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
authors = ["Tristan Konolige <tristan.konolige@gmail.com>"]
version = "0.3.1"
version = "0.4.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

9 comments on commit 518ef4c

@amontoison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amontoison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkonolige, you just need to add the message @JuliaRegistrator register here and it should work.
Example: JuliaSmoothOptimizers/Krylov.jl@338dbc4

@tkonolige
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkonolige
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amontoison doesn't seem to be working? Maybe I don't have enough permissions?

@amontoison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to do an additional step because the package was never updated with the new register system.
@DilumAluthge do you have an idea why it's not working?

@DilumAluthge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Registrator GitHub app wasn't installed on this repo. I've installed it, so you should be good to go now.

@amontoison
Copy link
Member

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/76856

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.4.0 -m "<description of version>" 518ef4cd67c5e44d638e461b430bd18a6081f2ab
git push origin v0.4.0

@amontoison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DilumAluthge!
@tkonolige It's working now.

Please sign in to comment.