Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Apr 14, 2022
1 parent b02e54c commit e25e2c4
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 = "GeoStats"
uuid = "dcc97b0b-8ce5-5539-9008-bb190f959ef6"
author = "Júlio Hoffimann <julio.hoffimann@gmail.com>"
version = "0.31.2"
version = "0.31.3"

[deps]
DensityRatioEstimation = "ab46fb84-d57c-11e9-2f65-6f72e4a7229f"
Expand Down Expand Up @@ -34,6 +34,6 @@ Meshes = "0.21"
PointPatterns = "0.3"
Reexport = "1.0"
ScientificTypes = "2.3, 3.0"
TableTransforms = "0.1, 0.2, 0.3, 0.4"
TableTransforms = "0.4"
Variography = "0.14"
julia = "1.6"

2 comments on commit e25e2c4

@juliohm
Copy link
Member 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/58528

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

Please sign in to comment.