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 Dec 2, 2019
1 parent ca762f0 commit cb40eff
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.3.2"
version = "0.3.3"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -19,7 +19,7 @@ Distances = "^0.8"
Distributions = "^0.21"
GeoStatsBase = "^0.7"
StaticArrays = "^0.12"
Variography = "^0.4"
Variography = "^0.5"
julia = "1"

[extras]
Expand Down

2 comments on commit cb40eff

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on cb40eff Dec 2, 2019

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

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

Please sign in to comment.