Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 19, 2023
1 parent c862a81 commit b06089a
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.22.1"
version = "0.22.2"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -26,8 +26,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
CUDA = "3.11, 4.0"
CpuId = "0.3"
FFTW = "1.0"
GeoStatsBase = "0.35"
GeoTables = "1.6"
GeoStatsBase = "0.36"
GeoTables = "1.7"
Graphs = "1.4"
GraphsFlows = "0.1"
ImageFiltering = "0.7"
Expand Down

2 comments on commit b06089a

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

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

Please sign in to comment.