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, 2021
1 parent c29a0d3 commit e076295
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,15 +1,15 @@
name = "GeoStatsImages"
uuid = "7cd16168-b42c-5e7d-a585-4f59d326662d"
author = "Júlio Hoffimann <julio.hoffimann@gmail.com>"
version = "0.5.1"
version = "0.5.2"

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

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

[extras]
Expand Down

2 comments on commit e076295

@juliohm
Copy link
Member Author

@juliohm juliohm commented on e076295 Feb 7, 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/29536

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.2 -m "<description of version>" e0762956c3e07e5e006e1b88efae4a02c9ba0846
git push origin v0.5.2

Please # to comment.