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 12, 2021
1 parent 1f9183f commit a5e2d66
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.3"
version = "0.7.4"

[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, 0.17"
Meshes = "0.17"
NearestNeighbors = "0.4"
Variography = "0.12"
julia = "1.5"

2 comments on commit a5e2d66

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

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.4 -m "<description of version>" a5e2d66494d94732ece25cc77aa0ea5608836345
git push origin v0.7.4

Please sign in to comment.