Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 14, 2023
1 parent 0e53ab8 commit a328246
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 = "StratiGraphics"
uuid = "135379e1-83be-5ae7-9e8e-29dade3dc6c7"
author = "Júlio Hoffimann <[email protected]>"
version = "0.6.1"
version = "0.6.2"

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

[compat]
Distributions = "0.25"
GeoStatsBase = "0.32"
GeoStatsBase = "0.33"
ImageFiltering = "0.7"
Meshes = "0.33, 0.34"
RecipesBase = "1.0"
Expand Down

2 comments on commit a328246

@juliohm
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/89570

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.6.2 -m "<description of version>" a328246c9ffea399bdc831f75bcb185df6499c7b
git push origin v0.6.2

Please sign in to comment.