jmboehm / Douglass.jl

Stata-like toolkit for data wrangling on Julia DataFrames
Other
51 stars 3 forks source link

Register 0.2 #10

Closed jmboehm closed 4 years ago

jmboehm commented 4 years ago

@JuliaRegistrator register

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/18795

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.2.0 -m "<description of version>" 09cd0bb63f7cfe72a03c0981bd67a2340f385153
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0. 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.