Skip to content
This repository has been archived by the owner on Aug 29, 2022. 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 11, 2021
1 parent 83077f4 commit 03a6599
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 = "GeoEstimation"
uuid = "a4aa24f8-9f24-4d1a-b848-66d123bfa54d"
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
version = "0.7.2"
version = "0.7.3"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -16,7 +16,7 @@ Variography = "04a0146e-e6df-5636-8d7f-62fa9eb0b20c"
Distances = "0.9, 0.10"
GeoStatsBase = "0.21"
KrigingEstimators = "0.7"
Meshes = "0.16"
Meshes = "0.16, 0.17"
NearestNeighbors = "0.4"
Variography = "0.12"
julia = "1.5"

2 comments on commit 03a6599

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

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.7.3 -m "<description of version>" 03a6599d49b9e55c48d52bd0060942dd2fb3c1aa
git push origin v0.7.3

Please sign in to comment.