Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jul 17, 2020
1 parent 3546e5d commit 4d0a68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "GeoStatsImages"
uuid = "7cd16168-b42c-5e7d-a585-4f59d326662d"
author = "Júlio Hoffimann <julio.hoffimann@gmail.com>"
version = "0.4.2"
version = "0.5.0"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GslibIO = "4610876b-9b01-57c8-9ad9-06315f1a66a5"

[compat]
FileIO = "1.3"
GslibIO = "0.4"
julia = "1"
GslibIO = "0.5"
julia = "1.4"

[extras]
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
Expand Down

2 comments on commit 4d0a68d

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

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.5.0 -m "<description of version>" 4d0a68dab60afd3c58b01b1229c4eef97b60a1d2
git push origin v0.5.0

Please # to comment.