Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jul 17, 2020
1 parent 1abdfb5 commit ff5fe7e
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 = "LocallyWeightedRegression"
uuid = "68d949f0-74a3-5070-a3ac-aa8145b4bcaa"
author = "Júlio Hoffimann <[email protected]>"
version = "0.5.0"
version = "0.6.0"

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

[compat]
Distances = "0.8, 0.9"
GeoStatsBase = "0.10"
GeoStatsBase = "0.11"
NearestNeighbors = "0.4"
StaticArrays = "0.12"
julia = "1"
julia = "1.4"

[extras]
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
Expand Down

2 comments on commit ff5fe7e

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

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

Please sign in to comment.