Skip to content

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 9013550 commit 74a1c67
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 = "StratiGraphics"
uuid = "135379e1-83be-5ae7-9e8e-29dade3dc6c7"
author = "Júlio Hoffimann <[email protected]>"
version = "0.3.0"
version = "0.3.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -12,7 +12,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
Distributions = "0.21, 0.22, 0.23"
GeoStatsBase = "0.11"
GeoStatsBase = "0.12"
ImageFiltering = "0.6"
RecipesBase = "0.7, 0.8, 1.0"
julia = "1.4"
Expand Down

2 comments on commit 74a1c67

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

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.3.1 -m "<description of version>" 74a1c67fcd4fae8a9d3bf814c6b4a46d405c5a6f
git push origin v0.3.1

Please sign in to comment.