Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 10, 2022
1 parent b0aa99d commit e7140d0
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.18.1"
version = "0.18.2"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down Expand Up @@ -30,7 +30,7 @@ Graphs = "1.4"
GraphsFlows = "0.1"
ImageFiltering = "0.6, 0.7"
ImageMorphology = "0.2, 0.3, 0.4"
Meshes = "0.22"
Meshes = "0.22, 0.23"
ProgressMeter = "1.1"
RecipesBase = "1.0"
StatsBase = "0.32, 0.33"
Expand Down

2 comments on commit e7140d0

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

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

Please sign in to comment.