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 Aug 10, 2022
1 parent 1256fdc commit f245525
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 = "GeoSimulation"
uuid = "220efe8a-9139-4e14-a4fa-f683d572f4c5"
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
version = "0.8.0"
version = "0.8.1"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand All @@ -23,7 +23,7 @@ Distributions = "0.25"
FFTW = "1.2"
GeoStatsBase = "0.26"
KrigingEstimators = "0.9"
Meshes = "0.22"
Meshes = "0.23"
SpecialFunctions = "1.0, 2.0"
Tables = "1.6"
Variography = "0.13, 0.14"
Expand Down

4 comments on commit f245525

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

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

@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 updated: JuliaRegistries/General/66053

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

Please sign in to comment.