Skip to content

Commit

Permalink
Loosen RecipesBase compat; fix #93 (#95)
Browse files Browse the repository at this point in the history
* Loosen RecipesBase compat

#93

* Bump version
  • Loading branch information
asinghvi17 authored Feb 11, 2020
1 parent bfeb114 commit da8fcac
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.0"
version = "0.5.1"

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

[extras]
Expand Down

2 comments on commit da8fcac

@asinghvi17
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
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/9307

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.1 -m "<description of version>" da8fcacd539e4f2a5a10c9a438946525bb5b82d1
git push origin v0.5.1

Please sign in to comment.