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 May 5, 2022
1 parent c4d941c commit 253844a
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.12"
version = "0.1.13"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -16,6 +16,6 @@ Distributions = "0.24, 0.25"
GeoStatsBase = "0.23, 0.24, 0.25"
MLJModelInterface = "1.0"
Meshes = "0.18, 0.19, 0.20, 0.21, 0.22"
TableTransforms = "0.4"
TableTransforms = "1.0"
Tables = "1.4"
julia = "1.6"

2 comments on commit 253844a

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on 253844a May 5, 2022

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

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.13 -m "<description of version>" 253844a6fd7e335f4d99f3bc09b6d7fe6276f123
git push origin v0.1.13

Please # to comment.