Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed May 5, 2022
1 parent 8410783 commit ae45fc9
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 = "ImageQuilting"
uuid = "e8712464-036d-575c-85ac-952ae31322ab"
author = "Júlio Hoffimann <[email protected]>"
version = "0.16.5"
version = "0.16.6"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand Down Expand Up @@ -31,6 +31,6 @@ ImageMorphology = "0.2, 0.3"
Meshes = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
Primes = "0.4, 0.5"
ProgressMeter = "1.1"
RecipesBase = "0.7, 0.8, 1.0"
RecipesBase = "1.0"
StatsBase = "0.32, 0.33"
julia = "1.6"

2 comments on commit ae45fc9

@juliohm
Copy link
Member Author

@juliohm juliohm commented on ae45fc9 May 5, 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/59763

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.6 -m "<description of version>" ae45fc9dfd8a2977858e606bbebc4a5f58335479
git push origin v0.16.6

Please sign in to comment.