Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Apr 1, 2020
1 parent 65c78cf commit e9ecffa
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.9.1"
version = "0.9.2"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand All @@ -22,7 +22,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CpuId = "0.2"
FFTW = "1.0"
GeoStatsBase = "0.7"
GeoStatsBase = "0.7, 0.8"
ImageFiltering = "0.6"
ImageMorphology = "0.2"
LightGraphs = "1.2"
Expand Down

2 comments on commit e9ecffa

@juliohm
Copy link
Member Author

@juliohm juliohm commented on e9ecffa Apr 1, 2020

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/11946

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

Please sign in to comment.