Skip to content

Commit

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

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -10,4 +10,4 @@ GslibIO = "4610876b-9b01-57c8-9ad9-06315f1a66a5"
[compat]
FileIO = "1.3"
GslibIO = "0.7"
julia = "1.5"
julia = "1.6"

2 comments on commit bad54f0

@juliohm
Copy link
Member Author

@juliohm juliohm commented on bad54f0 Feb 7, 2022

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

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.1 -m "<description of version>" bad54f0ab6049f3654b609d715f6f4d6922bd9d0
git push origin v0.6.1

Please sign in to comment.