Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving authored Dec 23, 2024
1 parent 587ae0c commit 04e8e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Colors = ">=0.12"
GeometryBasics = ">=0.4"
Colors = "0.13"
GeometryBasics = "0.4"
Graphs = "1"
NetworkLayout = ">=0.4"
NetworkLayout = "0.4"
Plasmo = "0.6"
Plots = "1"
julia = "1"
Expand Down

2 comments on commit 04e8e71

@jalving
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

Release notes:

Breaking changes

  • This release requires Plasmo v0.6 or later to work.

@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 updated: JuliaRegistries/General/121879

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.2.0 -m "<description of version>" 04e8e716799f6abfb0450fc143d755ab350cf860
git push origin v0.2.0

Please sign in to comment.