Skip to content

Commit

Permalink
🔖 Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed May 25, 2024
1 parent d35a351 commit 4c28b17
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
Expand Up @@ -3,7 +3,7 @@ uuid = "5718ef0a-a30f-426d-bcd9-4cf31dd12909"
license = "MIT"
desc = "Atmospheric models for the SatelliteToolbox.jl ecosystem."
authors = ["Ronan Arraes Jardim Chagas <ronisbr@gmail.com>"]
version = "0.1.2"
version = "0.1.3"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down

2 comments on commit 4c28b17

@ronisbr
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:

  • Minor source-code updates.
  • Documentation updates.

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

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.1.3 -m "<description of version>" 4c28b175b90db2a17ccf493da3f378e919e0bb26
git push origin v0.1.3

Please sign in to comment.