Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Dec 6, 2022
1 parent e8921ce commit b260f1e
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 = "GeoMakie"
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
authors = ["Makie.jl Contributors"]
version = "0.4.6"
version = "0.5"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -24,7 +24,7 @@ GeoInterface = "0.5, 1.0"
GeoJSON = "0.6"
GeometryBasics = "0.4.4"
ImageIO = "0.6"
Makie = "0.17.1, 0.18, 0.19"
Makie = "0.19"
Proj = "1.2.0"
Reexport = "1"
StructArrays = "0.4, 0.5, 0.6"
Expand Down

2 comments on commit b260f1e

@SimonDanisch
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 register()

@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/73557

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.0 -m "<description of version>" b260f1e96fed43d0bd75758d0f85b3d0bcbe763b
git push origin v0.5.0

Please sign in to comment.