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 Aug 1, 2023
1 parent 43bcba3 commit 351324e
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.11.1"
version = "0.11.2"

[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.32"
Meshes = "0.33"
Meshes = "0.33, 0.34"
Unitful = "1.11"
Variography = "0.17"
julia = "1.9"

2 comments on commit 351324e

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on 351324e 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/88805

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.11.2 -m "<description of version>" 351324e7c3789b01ceeb6aff2d3b69e04b00c479
git push origin v0.11.2

Please sign in to comment.