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

Commit

Permalink
Bump version in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 17, 2019
1 parent 8158343 commit 1a8f205
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 = "KrigingEstimators"
uuid = "d293930c-a38c-56c5-8ebb-12008647b47a"
author = "Júlio Hoffimann <[email protected]>"
version = "0.2.2"
version = "0.2.3"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -19,5 +19,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Pkg", "Random", "Test"]

[compat]
Variography = "≥ 0.3.6"
Variography = "≥ 0.3.7"
julia = "1"

2 comments on commit 1a8f205

@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 register()

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" 1a8f2056aa791faf9b361c2e3e3d45d37bd219ec
git push origin v0.2.3

Please sign in to comment.