Skip to content

Commit

Permalink
bump compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jun 16, 2021
1 parent 114f135 commit 8e834a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
Colors = "0.12"
ConstructionBase = "1.0"
MAT = "0.10"
NodesAndModes = "0.4,0.5"
RecipesBase = "1.1"
Reexport = "1.0"
Requires = "1.0"
Setfield = "0.7"
Expand Down

2 comments on commit 8e834a0

@jlchan
Copy link
Owner Author

@jlchan jlchan commented on 8e834a0 Jun 16, 2021

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

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.7.0 -m "<description of version>" 8e834a0a49d98f6a6c9b3a7ec31999d820dfd2d9
git push origin v0.7.0

Please sign in to comment.