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 Nov 2, 2021
1 parent 05be4c7 commit ecfe9e4
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 = "GeoLearning"
uuid = "90c4468e-a93e-43b4-8fb5-87d804bc629f"
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
version = "0.1.5"
version = "0.1.6"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -13,7 +13,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Distributions = "0.24, 0.25"
GeoStatsBase = "0.21"
GeoStatsBase = "0.21, 0.22"
MLJModelInterface = "0.4, 1.0"
Meshes = "0.16, 0.17"
TableOperations = "1.0"
Expand Down

2 comments on commit ecfe9e4

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on ecfe9e4 Nov 2, 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/47924

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

Please # to comment.