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 Feb 28, 2021
1 parent f58a435 commit 7c9c9f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.2"
version = "0.5.0"

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

[compat]
Distances = "0.9, 0.10"
GeoStatsBase = "0.17"
Meshes = "0.9"
GeoStatsBase = "0.18"
Meshes = "0.10"
NearestNeighbors = "0.4"
StaticArrays = "0.12, 1.0"
julia = "1.5"

2 comments on commit 7c9c9f1

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on 7c9c9f1 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/30997

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.0 -m "<description of version>" 7c9c9f1fe777c03709a4028fcbe119f0ebc9986c
git push origin v0.5.0

Please sign in to comment.