Skip to content

Commit

Permalink
Merge pull request #119 from daschw/colorschemes
Browse files Browse the repository at this point in the history
bump PlotUtils compat and GraphRecipes version
  • Loading branch information
daschw authored Apr 26, 2020
2 parents 63fd4fb + b2f133d commit 7620b4d
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
@@ -1,6 +1,6 @@
name = "GraphRecipes"
uuid = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
version = "0.5.2"
version = "0.5.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -23,19 +23,19 @@ Interpolations = "0.12.8"
LightGraphs = "1.3.0"
NaNMath = "0.3.3"
NetworkLayout = "0.2.0"
PlotUtils = "0.6.2"
PlotUtils = "0.6.2, 1"
RecipesBase = "0.7, 0.8, 1"
julia = "^1"

[extras]
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[targets]
test = ["VisualRegressionTests", "LinearAlgebra", "Plots", "ImageMagick", "Random", "SparseArrays", "Test", "Markdown"]

2 comments on commit 7620b4d

@daschw
Copy link
Member Author

@daschw daschw commented on 7620b4d Apr 26, 2020

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

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.3 -m "<description of version>" 7620b4d112cab8b2aa8f20631878441958c453d6
git push origin v0.5.3

Please sign in to comment.