Skip to content

Commit

Permalink
0.5.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Sep 18, 2022
1 parent 1780ccc commit 0184a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GraphRecipes"
uuid = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
version = "0.5.10"
version = "0.5.11"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -25,7 +25,7 @@ NaNMath = "0.3.3, 1"
NetworkLayout = "0.4"
PlotUtils = "0.6.2, 1"
RecipesBase = "0.7, 0.8, 1"
julia = "^1.6"
julia = "1.6"

[extras]
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
Expand Down

2 comments on commit 0184a12

@t-bltg
Copy link
Member Author

@t-bltg t-bltg commented on 0184a12 Sep 18, 2022

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

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.5.11 -m "<description of version>" 0184a127d37271a7e45e6123708fa60edc9522ab
git push origin v0.5.11

Please sign in to comment.