byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Register with Julia Package Registry

taylormcd opened this issue · comments

Registration pull request created: JuliaRegistries/General/29989

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.1.0 -m "<description of version>" 036990a4c938380c6325dccc3850473234715603
git push origin v0.1.0