Skip to content
This repository has been archived by the owner on May 20, 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 Aug 24, 2020
1 parent 08648d8 commit c3fca21
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 = "DirectGaussianSimulation"
uuid = "b9828eed-09bc-50cb-b95c-f80757bd8d62"
author = "Júlio Hoffimann <julio.hoffimann@gmail.com>"
version = "0.4.0"
version = "0.4.1"

[deps]
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
Expand All @@ -10,7 +10,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Variography = "04a0146e-e6df-5636-8d7f-62fa9eb0b20c"

[compat]
GeoStatsBase = "0.11"
GeoStatsBase = "0.12"
Variography = "0.8"
julia = "1.4"

Expand Down

2 comments on commit c3fca21

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

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

Please sign in to comment.