Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 27, 2023
1 parent 6a32293 commit 2c619bd
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 = "KrigingEstimators"
uuid = "d293930c-a38c-56c5-8ebb-12008647b47a"
author = "Júlio Hoffimann <[email protected]>"
version = "0.10.9"
version = "0.10.10"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -17,7 +17,7 @@ Variography = "04a0146e-e6df-5636-8d7f-62fa9eb0b20c"
Combinatorics = "1.0"
Distributions = "0.25"
GeoStatsBase = "0.31"
Meshes = "0.31"
Meshes = "0.31, 0.32"
Unitful = "1.11"
Variography = "0.15"
julia = "1.6"

2 comments on commit 2c619bd

@juliohm
Copy link
Owner 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/86382

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.10.10 -m "<description of version>" 2c619bd58b231cf98f8197a8f19e3985cb3001bc
git push origin v0.10.10

Please sign in to comment.