Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 1, 2023
1 parent 392d74e commit e25f283
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 = "TuringPatterns"
uuid = "fde5428d-3bf0-5ade-b94a-d334303c4d77"
author = "Yuri Vishnevsky"
version = "0.5.0"
version = "0.5.1"

[deps]
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
Expand All @@ -10,5 +10,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
GeoStatsBase = "0.32"
Meshes = "0.33"
Meshes = "0.33, 0.34"
julia = "1.9"

2 comments on commit e25f283

@juliohm
Copy link
Member Author

@juliohm juliohm commented on e25f283 Aug 1, 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/88806

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.1 -m "<description of version>" e25f283be4640efc14743624256efcc89e33d622
git push origin v0.5.1

Please sign in to comment.