Skip to content

Commit

Permalink
ImageTransformations v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Oct 28, 2021
1 parent e8f4bc5 commit 85ec60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "ImageTransformations"
uuid = "02fcd773-0e25-5acc-982a-7f6622650795"
version = "0.9.2"
version = "0.9.3"

[deps]
AxisAlgorithms = "13072b0f-2c55-5437-9ae7-d433b7a33950"
Expand Down

3 comments on commit 85ec60f

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

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.3 -m "<description of version>" 85ec60f9361879d221c52c2a38cdcce805385ae1
git push origin v0.9.3

@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.

@pxl-th in case you're not aware of it. Almost all Julia packages use registrator to tag new releases. https://github.com/JuliaRegistries/Registrator.jl

Please sign in to comment.