Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 24, 2020
1 parent 62a5788 commit 478d1b9
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.2"
version = "0.3.3"

[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, 0.24"
GeoStatsBase = "0.13"
GeoStatsBase = "0.13, 0.14"
ImageFiltering = "0.6"
RecipesBase = "0.7, 0.8, 1.0"
julia = "1.4"
Expand Down

2 comments on commit 478d1b9

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

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

Please sign in to comment.