Skip to content

Commit

Permalink
Publish as v0.0.1 because no docs yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Dec 3, 2024
1 parent ec2a694 commit f3bfb19
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 = "RegionGrids"
uuid = "ecebd26c-3930-4a82-94f6-9df2a191b288"
authors = ["Nathanael Wong <[email protected]>"]
version = "0.1.0"
version = "0.0.1"
desc = "Extracting and Subsetting Gridded Data for a given Geographical Region"

[deps]
Expand Down

2 comments on commit f3bfb19

@natgeo-wong
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 register

Release Notes:

  • First release for RegionGrids.jl, set to v0.0.1 because no complete documentation yet
  • Extraction of gridded data, now accepts rectilinear grids (lon,lat vectors), generalized grids (Point2 arrays) and unstructured grids (Point2 vectors)

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

Tagging

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

Please sign in to comment.