Skip to content

Commit

Permalink
ImageQualityIndexes v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Jul 2, 2022
1 parent 166cbc7 commit 83e91c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImageQualityIndexes"
uuid = "2996bd0c-7a13-11e9-2da2-2f5ce47296a9"
authors = ["Johnny Chen <johnnychen94@hotmail.com>"]
version = "0.3.0"
version = "0.3.1"

[deps]
ImageContrastAdjustment = "f332f351-ec65-5f6a-b3d1-319c6670881a"
Expand Down

2 comments on commit 83e91c5

@johnnychen94
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/63530

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.3.1 -m "<description of version>" 83e91c5a4c484d8447604301455f6e84c10c79c1
git push origin v0.3.1

Please sign in to comment.