Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 2, 2023
1 parent dcbf113 commit 5ac067c
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,7 +1,7 @@
name = "StratiGraphics"
uuid = "135379e1-83be-5ae7-9e8e-29dade3dc6c7"
author = "Júlio Hoffimann <[email protected]>"
version = "0.5.11"
version = "0.5.12"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -13,8 +13,8 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
Distributions = "0.25"
GeoStatsBase = "0.30, 0.31"
GeoStatsBase = "0.31"
ImageFiltering = "0.7"
Meshes = "0.27, 0.28, 0.29"
Meshes = "0.30"
RecipesBase = "1.0"
julia = "1.6"

2 comments on commit 5ac067c

@juliohm
Copy link
Member Author

@juliohm juliohm commented on 5ac067c Jun 2, 2023

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

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.12 -m "<description of version>" 5ac067c11c6593b79dc9cdcc6bdb067647580823
git push origin v0.5.12

Please sign in to comment.