Skip to content

Commit

Permalink
Bump version in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 15, 2019
1 parent dab0a23 commit 54f50a9
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 = "ImageInpainting"
uuid = "2bcd8d84-2ef9-5317-bfa0-0ed5605635ad"
author = "Júlio Hoffimann <[email protected]>"
version = "0.1.1"
version = "0.2.0"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
Expand All @@ -14,7 +14,7 @@ CpuId = "^0.2"
FFTW = "^1.0"
ImageFiltering = "^0.6"
ImageMorphology = "^0.2"
julia = "0.7, 1"
julia = "1"

[extras]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down

2 comments on commit 54f50a9

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 54f50a91001e850b7a431869ef96328f435e3056
git push origin v0.2.0

Please sign in to comment.