Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 28, 2021
1 parent 7a1ad84 commit aadc3df
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,13 +1,13 @@
name = "GeoStatsImages"
uuid = "7cd16168-b42c-5e7d-a585-4f59d326662d"
author = "Júlio Hoffimann <[email protected]>"
version = "0.5.2"
version = "0.6.0"

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

[compat]
FileIO = "1.3"
GslibIO = "0.5, 0.6"
julia = "1.4"
GslibIO = "0.7"
julia = "1.5"

2 comments on commit aadc3df

@juliohm
Copy link
Member Author

@juliohm juliohm commented on aadc3df Mar 1, 2021

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/30992

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

Please sign in to comment.