Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 14, 2022
1 parent 8f67d2d commit 32768ff
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,7 +1,7 @@
name = "ImageQuilting"
uuid = "e8712464-036d-575c-85ac-952ae31322ab"
author = "Júlio Hoffimann <[email protected]>"
version = "0.16.1"
version = "0.16.2"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand All @@ -23,12 +23,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CpuId = "0.2, 0.3"
FFTW = "1.0"
GeoStatsBase = "0.21, 0.22, 0.23, 0.24"
GeoStatsBase = "0.21, 0.22, 0.23, 0.24, 0.25"
Graphs = "1.4"
GraphsFlows = "0.1"
ImageFiltering = "0.6, 0.7"
ImageMorphology = "0.2, 0.3"
Meshes = "0.16, 0.17, 0.18, 0.19, 0.20"
Meshes = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
Primes = "0.4, 0.5"
ProgressMeter = "1.1"
RecipesBase = "0.7, 0.8, 1.0"
Expand Down

2 comments on commit 32768ff

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

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.16.2 -m "<description of version>" 32768ff5dd71d9af0f466a51c75382e900b2ccec
git push origin v0.16.2

Please sign in to comment.