Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 22, 2023
1 parent 338f9ba commit 72d73e0
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,14 +1,14 @@
name = "TuringPatterns"
uuid = "fde5428d-3bf0-5ade-b94a-d334303c4d77"
author = "Yuri Vishnevsky"
version = "0.6.2"
version = "0.6.3"

[deps]
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
GeoStatsBase = "0.36"
GeoStatsBase = "0.37"
Meshes = "0.35"
julia = "1.9"

2 comments on commit 72d73e0

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

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.3 -m "<description of version>" 72d73e08a22e821ec1bb2ce26fd54e661a67029a
git push origin v0.6.3

Please sign in to comment.