Skip to content

Commit

Permalink
bump Stipple compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmut Hänsel committed May 15, 2023
1 parent d6da626 commit 44887e9
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,7 +1,7 @@
name = "StipplePlotly"
uuid = "ec984513-233d-481d-95b0-a3b58b97af2b"
authors = ["Adrian <[email protected]> and contributors"]
version = "0.13.6"
version = "0.13.7"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -13,7 +13,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
DataFrames = "1"
Genie = "5"
Requires = "1"
Stipple = "0.23, 0.24, 0.25, 0.26"
Stipple = "0.23, 0.24, 0.25, 0.26, 0.27"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 44887e9

@hhaensel
Copy link
Member

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

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.13.7 -m "<description of version>" 44887e9dd8abf656cd56ebba69dd8883ef53410b
git push origin v0.13.7

Please sign in to comment.