Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxhbl authored Sep 23, 2024
1 parent 816326b commit b5b3e06
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 = "NautyGraphs"
uuid = "7509a0a4-015a-4167-b44b-0799a1a2605e"
authors = ["Maximilian HUEBL <[email protected]>"]
version = "0.3.1"
version = "0.4.0"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand Down

2 comments on commit b5b3e06

@mxhbl
Copy link
Owner Author

@mxhbl mxhbl commented on b5b3e06 Sep 23, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:
Robust graph hashing

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

Tagging

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>" b5b3e0609196ba4fe3745eea27a3eff1a9d6715e
git push origin v0.4.0

Please sign in to comment.