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 Mar 1, 2021
1 parent 7c9c9f1 commit d491a6c
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.5.0"
version = "0.5.1"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand All @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Distances = "0.9, 0.10"
GeoStatsBase = "0.18"
GeoStatsBase = "0.19"
Meshes = "0.10"
NearestNeighbors = "0.4"
StaticArrays = "0.12, 1.0"
Expand Down

2 comments on commit d491a6c

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on d491a6c Mar 1, 2021

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/31014

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.5.1 -m "<description of version>" d491a6c2c284d77edd63ce0adc22dfa6d0e9e123
git push origin v0.5.1

Please sign in to comment.