Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 15, 2024
1 parent 4c51bbb commit 662e289
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImageInpainting"
uuid = "2bcd8d84-2ef9-5317-bfa0-0ed5605635ad"
author = "Júlio Hoffimann <[email protected]>"
version = "0.2.0"
version = "1.0.0"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand All @@ -10,8 +10,8 @@ ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"

[compat]
CpuId = "^0.2, 0.3"
FFTW = "^1.0"
ImageFiltering = "^0.6"
ImageMorphology = "^0.2"
CpuId = "0.3"
FFTW = "1"
ImageFiltering = "0.7"
ImageMorphology = "0.4"
julia = "1"

2 comments on commit 662e289

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.0.0 -m "<description of version>" 662e2896877ef7b1f320a44fc303d87ef7133e6c
git push origin v1.0.0

Please sign in to comment.