OpenMDAO / AcousticMetrics.jl

Calculate common acoustic metrics with Julia.
Other
1 stars 1 forks source link

Register! #6

Closed dingraha closed 1 year ago

dingraha commented 1 year ago

@JuliaRegistrator register

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/86769

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

Also, note the warning: This looks like a new registration that registers version 0.6.1. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.